Browse Source

polish .gitignore

pre-master-46
rlar 12 years ago
parent
commit
d97f182347
  1. 11
      .gitignore
  2. 15
      visualc-shared/.gitignore
  3. 16
      visualc/.gitignore

11
.gitignore

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

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

@ -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…
Cancel
Save