visual*/.gitignore, do not ignore .c and .h files
This commit is contained in:
parent
afa12bbcae
commit
c107c73ebb
|
|
@ -11,5 +11,7 @@
|
|||
!/.gitignore
|
||||
|
||||
!/*.c
|
||||
!/*.h
|
||||
!/*.sln
|
||||
!/*.vcproj
|
||||
!/*.vcxproj
|
||||
|
|
|
|||
|
|
@ -9,10 +9,12 @@
|
|||
!/include
|
||||
|
||||
!/.gitignore
|
||||
|
||||
!/how-to-ngspice-vstudio.txt
|
||||
!/visualc/fftw3/fftw-*/README-ngspice.txt
|
||||
|
||||
!/*.c
|
||||
!/*.h
|
||||
!/*.sln
|
||||
!/*.vcproj
|
||||
!/*.vcxproj
|
||||
|
|
|
|||
Loading…
Reference in New Issue