diff options
author | Stef Walter <stef@memberwebs.com> | 2010-01-13 15:27:11 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2010-01-13 15:27:11 +0000 |
commit | 2fcfa4e3b89f6eaf3fd592379459fb7e53dde3b6 (patch) | |
tree | 0cc31266138a41dcf38b4bf129e398e504b5ad63 /.gitignore | |
parent | 9f6f63782658d8f32dc327da0f6da4e295c4e1f6 (diff) |
Some minor build fixes, after move to git.
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..e2f97f7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +.deps +.libs +*.la +*.lo +*.o +Makefile +Makefile.in + + +/aclocal.m4 +/autom4te.cache +/config.guess +/config.h +/config.h.in +/config.log +/config.status +/config.sub +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/missing +/stamp-h1 +/INSTALL + +/module/jails_oid.h +/module/jails_tree.? + +/tools/jail-measure |