polish .gitignore

This commit is contained in:
rlar 2013-12-31 11:14:21 +01:00
parent 89632488a6
commit d97f182347
3 changed files with 32 additions and 10 deletions

11
.gitignore vendored
View File

@ -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*

15
visualc-shared/.gitignore vendored Normal file
View File

@ -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

16
visualc/.gitignore vendored Normal file
View File

@ -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