diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..612f56c --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +*~ +.*.swp +debian/sbuild.substvars +*.1 +*.5 +*.7 +*.8 +*-stamp +Makefile +Makefile.in +config.h +config.h.in +config.log +config.status +stamp-h1 +aclocal.m4 +autom4te.cache +configure +m4 +INSTALL +ChangeLog +*.o +.deps +.libs +*.tar.* +\#* +.#* +etc/buildd.conf +etc/sbuild.conf +scripts/test-driver |