visual*/.gitignore, do not ignore .c and .h files

This commit is contained in:
rlar 2015-10-23 17:42:47 +02:00
parent afa12bbcae
commit c107c73ebb
2 changed files with 4 additions and 0 deletions

View File

@ -11,5 +11,7 @@
!/.gitignore
!/*.c
!/*.h
!/*.sln
!/*.vcproj
!/*.vcxproj

2
visualc/.gitignore vendored
View File

@ -9,10 +9,12 @@
!/include
!/.gitignore
!/how-to-ngspice-vstudio.txt
!/visualc/fftw3/fftw-*/README-ngspice.txt
!/*.c
!/*.h
!/*.sln
!/*.vcproj
!/*.vcxproj