diff options
author | Matthew Gregan <[email protected]> | 2011-07-08 16:23:47 +1200 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2011-07-08 16:23:47 +1200 |
commit | 5045555f25c608e7b63bf9ed7eb64dbe017f35b4 (patch) | |
tree | fc98d2da43b1299d0560e04829323073ccb2c819 /.gitignore | |
download | cubeb-5045555f25c608e7b63bf9ed7eb64dbe017f35b4.tar.gz cubeb-5045555f25c608e7b63bf9ed7eb64dbe017f35b4.zip |
initial import (from 892ca582fe32577392a9843f14b8c5370df6ed78).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d4362a --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +*.lo +*.o +*.swp +*~ +.deps +.dirstamp +.libs +Makefile +Makefile.in +_stdint.h +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +docs/Doxyfile +docs/doxygen-build.stamp +docs/html +install-sh +libtool +ltmain.sh +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 +missing +cubeb-uninstalled.pc +cubeb.pc +src/.dirstamp +src/libcubeb.la +stamp-h1 +test/test +test/test_sanity +include/cubeb/cubeb-stdint.h |