diff options
author | 2008-11-16 13:17:13 +0000 | |
---|---|---|
committer | 2008-11-16 13:17:13 +0000 | |
commit | 155c7417c426a7c18b4d82e2d80796c08e3cdcaa (patch) | |
tree | be2e65e239d2f2aad61139b2faf427072a7ff802 /.gitignore | |
parent | tests: add an include to top srcdir (diff) | |
download | sandbox-155c7417c426a7c18b4d82e2d80796c08e3cdcaa.tar.gz sandbox-155c7417c426a7c18b4d82e2d80796c08e3cdcaa.tar.bz2 sandbox-155c7417c426a7c18b4d82e2d80796c08e3cdcaa.zip |
.gitignore: new file
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e6b37f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +*~ +*.lo +*.la +*.o +.deps +.libs +Makefile +Makefile.in + +/aclocal.m4 +/autom4te.cache/ +/compile +/config.cache +/config.guess +/config.h +/config.h.in +/config.log +/config.status +/config.sub +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/missing +/stamp-h1 +/test.sh + +/ChangeLog + +/libsandbox/libsandbox.map +/libsandbox/symbols.h + +/src/sandbox + +/tests/*-0 +/tests/*_tst +/tests/atconfig +/tests/package.m4 +/tests/testsuite +/tests/testsuite.dir/ +/tests/testsuite.log |