polish .gitignore
This commit is contained in:
parent
89632488a6
commit
d97f182347
|
|
@ -32,6 +32,7 @@ Makefile.in
|
|||
/m4
|
||||
/missing
|
||||
/ylwrap
|
||||
/ar-lib
|
||||
|
||||
/src/include/ngspice/config.h.in
|
||||
/src/include/ngspice/config.h
|
||||
|
|
@ -53,16 +54,6 @@ Makefile.in
|
|||
|
||||
!/xgraph/Makefile.in
|
||||
|
||||
/visualc/console_debug
|
||||
/visualc/console_release
|
||||
/visualc/console_release_omp
|
||||
/visualc/Debug
|
||||
/visualc/Release
|
||||
/visualc/ReleaseOMP
|
||||
/visualc/vngspice.vcproj.*
|
||||
/visualc/vngspice.suo
|
||||
/visualc/vngspice.ncb
|
||||
|
||||
/release*
|
||||
/debug*
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
# NOTE! Please use 'git ls-files -i --exclude-standard'
|
||||
# command after changing this file, to see if there are
|
||||
# any tracked files which get ignored after the change.
|
||||
#
|
||||
# (compile "git ls-files -i --exclude-standard")
|
||||
|
||||
/*
|
||||
|
||||
!/include
|
||||
|
||||
!/.gitignore
|
||||
|
||||
!/*.c
|
||||
!/*.sln
|
||||
!/*.vcproj
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
# NOTE! Please use 'git ls-files -i --exclude-standard'
|
||||
# command after changing this file, to see if there are
|
||||
# any tracked files which get ignored after the change.
|
||||
#
|
||||
# (compile "git ls-files -i --exclude-standard")
|
||||
|
||||
/*
|
||||
|
||||
!/include
|
||||
|
||||
!/.gitignore
|
||||
!/how-to-ngspice-vstudio.txt
|
||||
|
||||
!/*.c
|
||||
!/*.sln
|
||||
!/*.vcproj
|
||||
Loading…
Reference in New Issue