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")
|
||||
|
||||
/*
|
||||
/inpptree-parser.c
|
||||
/inpptree-parser.h
|
||||
|
||||
!/include
|
||||
/parse-bison.c
|
||||
/parse-bison.h
|
||||
|
||||
!/.gitignore
|
||||
/vngspice
|
||||
/vngspice-fftw
|
||||
/sharedspice
|
||||
|
||||
!/how-to-ngspice-vstudio.txt
|
||||
!/how-to-fftw.txt
|
||||
|
||||
!/*.c
|
||||
!/*.h
|
||||
!/*.sln
|
||||
!/*.vcproj
|
||||
!/*.vcxproj
|
||||
/*.sln
|
||||
/.vs
|
||||
|
|
|
|||
Loading…
Reference in New Issue