diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-06-15 10:36:16 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-06-15 10:36:16 +0200 |
commit | a8a2259cd5e47652791b26d4a6d11a61a61d853b (patch) | |
tree | 8f6142ef08ecab5de65c283b7b06a9df050264df | |
parent | f0811bd9515590f3d5f6b52fd4a618ec668411da (diff) |
Stick some .gitignore files so that git status shows sensible stuff
-rw-r--r-- | .gitignore | 23 | ||||
-rw-r--r-- | build/win32/.gitignore | 12 | ||||
-rw-r--r-- | docs/doxygen/.gitignore | 3 | ||||
-rw-r--r-- | src/conv/raw/.gitignore | 9 | ||||
-rw-r--r-- | src/conv/svg/.gitignore | 9 | ||||
-rw-r--r-- | src/lib/.gitignore | 7 |
6 files changed, 63 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..560653d --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.sub +config.status +configure +depcomp +install-sh +libtool +libvisio.spec +libvisio-zip +ltmain.sh +missing +mkinstalldirs +stamp-h1 +*.pc +*.rc +*~ diff --git a/build/win32/.gitignore b/build/win32/.gitignore new file mode 100644 index 0000000..c20ef16 --- /dev/null +++ b/build/win32/.gitignore @@ -0,0 +1,12 @@ +Makefile +Makefile.in +Debug +Release +*.dep +*.mak +*.ncb +*.opt +*.plg +*.vcproj* +*.sln +*.suo diff --git a/docs/doxygen/.gitignore b/docs/doxygen/.gitignore new file mode 100644 index 0000000..5508282 --- /dev/null +++ b/docs/doxygen/.gitignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +html diff --git a/src/conv/raw/.gitignore b/src/conv/raw/.gitignore new file mode 100644 index 0000000..1b84281 --- /dev/null +++ b/src/conv/raw/.gitignore @@ -0,0 +1,9 @@ +.deps +.libs +*.lo +*.la +*.o +Makefile +Makefile.in +vsd2raw +*.rc diff --git a/src/conv/svg/.gitignore b/src/conv/svg/.gitignore new file mode 100644 index 0000000..f6ab996 --- /dev/null +++ b/src/conv/svg/.gitignore @@ -0,0 +1,9 @@ +.deps +.libs +*.lo +*.la +*.o +Makefile +Makefile.in +vsd2xhtml +*.rc diff --git a/src/lib/.gitignore b/src/lib/.gitignore new file mode 100644 index 0000000..f6b2a5a --- /dev/null +++ b/src/lib/.gitignore @@ -0,0 +1,7 @@ +.deps +.libs +*.lo +*.la +*.rc +Makefile +Makefile.in |