visualc/.gitignore, cleanup, meanwhile the visual studio byproducts are better known
This commit is contained in:
parent
6d2ee47643
commit
93a7d68729
|
|
@ -4,17 +4,15 @@
|
||||||
#
|
#
|
||||||
# (compile "git ls-files -i --exclude-standard")
|
# (compile "git ls-files -i --exclude-standard")
|
||||||
|
|
||||||
/*
|
/inpptree-parser.c
|
||||||
|
/inpptree-parser.h
|
||||||
|
|
||||||
!/include
|
/parse-bison.c
|
||||||
|
/parse-bison.h
|
||||||
|
|
||||||
!/.gitignore
|
/vngspice
|
||||||
|
/vngspice-fftw
|
||||||
|
/sharedspice
|
||||||
|
|
||||||
!/how-to-ngspice-vstudio.txt
|
/*.sln
|
||||||
!/how-to-fftw.txt
|
/.vs
|
||||||
|
|
||||||
!/*.c
|
|
||||||
!/*.h
|
|
||||||
!/*.sln
|
|
||||||
!/*.vcproj
|
|
||||||
!/*.vcxproj
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue