diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-11-30 13:25:37 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-11-30 13:25:37 +0000 |
commit | 554ee083cfd8d729dd39c87a2b22dcdf4ae1072f (patch) | |
tree | 6fb84e7fbe217633e0e521fe151767695d5efa8d | |
parent | b98029fd4d0ca38c421642ad1133effd1faa3b4e (diff) | |
download | rsyslog-554ee083cfd8d729dd39c87a2b22dcdf4ae1072f.tar.gz rsyslog-554ee083cfd8d729dd39c87a2b22dcdf4ae1072f.tar.xz rsyslog-554ee083cfd8d729dd39c87a2b22dcdf4ae1072f.zip |
added .cvsignore files as suggested by Michael Biebl
-rw-r--r-- | .cvsignore | 21 | ||||
-rw-r--r-- | doc/.cvsignore | 2 | ||||
-rw-r--r-- | plugins/ommysql/.cvsignore | 6 |
3 files changed, 29 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 00000000..405dee34 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,21 @@ +.tar.gz +.deps +.libs +Makefile +Makefile.in +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +libtool +ltmain.sh +aclocal.m4 +depcomp +stamp-h1 +rfc3195d +rklogd +rsyslogd diff --git a/doc/.cvsignore b/doc/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/doc/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/plugins/ommysql/.cvsignore b/plugins/ommysql/.cvsignore new file mode 100644 index 00000000..1281f785 --- /dev/null +++ b/plugins/ommysql/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +Makefile +Makefile.in +ommysql.la +ommysql_la-ommysql.lo |