From 90a0dc695ad641fb988136cc6f31f44e31771efb Mon Sep 17 00:00:00 2001 From: intrigeri Date: Mon, 12 Jan 2009 22:46:42 +0000 Subject: [PATCH] added .gitignore file ... and populate it with autotools/build files. This is of course intended to make life easier for people using git-svn. Signed-off-by: intrigeri --- .gitignore | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7674b94 --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +Makefile.in +aclocal.m4 +autom4te.cache/ +configure +etc/Makefile.in +examples/Makefile.in +handlers/Makefile.in +install-sh +lib/Makefile.in +man/Makefile.in +missing +src/Makefile.in +Makefile +backupninja.spec +config.log +config.status +etc/Makefile +etc/backupninja.conf +etc/cron.d/backupninja +etc/logrotate.d/backupninja +examples/Makefile +handlers/Makefile +handlers/dup +handlers/dup.helper +handlers/ldap +handlers/ldap.helper +handlers/maildir +handlers/makecd +handlers/makecd.helper +handlers/mysql +handlers/mysql.helper +handlers/pgsql +handlers/pgsql.helper +handlers/rdiff +handlers/rdiff.helper +handlers/rsync +handlers/sh +handlers/svn +handlers/sys +handlers/sys.helper +handlers/trac +lib/Makefile +lib/easydialog +lib/parseini +lib/tools +lib/vserver +man/Makefile +src/Makefile +src/backupninja +src/ninjahelper -- 2.30.2