Module: check_mk
Branch: master
Commit: 9f447ad96bec2e5a106282acd6c7eb8bf60c3898
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=9f447ad96bec2e…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Wed Oct 28 13:35:59 2015 +0100
Exclude various tag files from version control.
---
livestatus/.gitignore | 25 +++++++++++++++----------
livestatus/src/.gitignore | 11 +++++++----
2 files changed, 22 insertions(+), 14 deletions(-)
diff --git a/livestatus/.gitignore b/livestatus/.gitignore
index c89642d..4d7a84c 100644
--- a/livestatus/.gitignore
+++ b/livestatus/.gitignore
@@ -1,17 +1,22 @@
-Makefile.in
-autom4te.cache/
-configure
aclocal.m4
-Makefile
+autom4te.cache/
+compile
config.h
config.h.in
config.log
config.status
-src/Makefile
-src/unixcat
-stamp-h1
+configure
.cproject
-src/.cproject
-.project
+cscope.files
Debug
-compile
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+ID
+Makefile
+Makefile.in
+.project
+stamp-h1
+tags
+TAGS
diff --git a/livestatus/src/.gitignore b/livestatus/src/.gitignore
index 219b25c..431d451 100644
--- a/livestatus/src/.gitignore
+++ b/livestatus/src/.gitignore
@@ -1,7 +1,10 @@
-*.o
*.a
-*.la
+.cproject
.deps
-*.so
-Makefile.in
+*.la
livecheck
+Makefile
+Makefile.in
+*.o
+*.so
+unixcat