From d97f182347f4d1748db7931886774e966f7e9129 Mon Sep 17 00:00:00 2001 From: rlar Date: Tue, 31 Dec 2013 11:14:21 +0100 Subject: [PATCH] polish .gitignore --- .gitignore | 11 +---------- visualc-shared/.gitignore | 15 +++++++++++++++ visualc/.gitignore | 16 ++++++++++++++++ 3 files changed, 32 insertions(+), 10 deletions(-) create mode 100644 visualc-shared/.gitignore create mode 100644 visualc/.gitignore diff --git a/.gitignore b/.gitignore index 649d610f8..932ccc079 100644 --- a/.gitignore +++ b/.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* diff --git a/visualc-shared/.gitignore b/visualc-shared/.gitignore new file mode 100644 index 000000000..5e1fc2ddd --- /dev/null +++ b/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 diff --git a/visualc/.gitignore b/visualc/.gitignore new file mode 100644 index 000000000..445e48bb4 --- /dev/null +++ b/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