diff options
author | intrigeri <intrigeri@boum.org> | 2009-01-12 22:46:42 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2009-01-12 22:46:42 +0000 |
commit | 90a0dc695ad641fb988136cc6f31f44e31771efb (patch) | |
tree | 975e1378d738d1d39a7b1e1ea21394ab5d34276a | |
parent | 2cfcdd636d21e353f061fdc563c4b6dee3a4d979 (diff) | |
download | backupninja-90a0dc695ad641fb988136cc6f31f44e31771efb.tar.gz backupninja-90a0dc695ad641fb988136cc6f31f44e31771efb.tar.bz2 |
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 <intrigeri@boum.org>
-rw-r--r-- | .gitignore | 50 |
1 files changed, 50 insertions, 0 deletions
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 |