diff options
author | Michael Biebl <biebl@debian.org> | 2008-06-11 16:48:31 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-11 17:03:47 +0200 |
commit | b6b53972e13a07facc1a43769c0d6a1065144220 (patch) | |
tree | ccc0d297cd8f8cbe324e6742044686fc12d403bd /.gitignore | |
parent | 34054198fede73e43c834fe5f031b2637fbd166d (diff) | |
download | rsyslog-b6b53972e13a07facc1a43769c0d6a1065144220.tar.gz rsyslog-b6b53972e13a07facc1a43769c0d6a1065144220.tar.xz rsyslog-b6b53972e13a07facc1a43769c0d6a1065144220.zip |
Remove .cvsignore files, add .gitignore.
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..31ebc5a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +.tar.gz +.deps +.libs +*.o +*.lo +*.la +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 +INSTALL +install-sh +missing +compile +rsyslogd |