diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-11-09 17:23:33 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-11-09 17:24:25 +0100 |
commit | ff502178d33ded0935ace66e8d5ad989a9672b11 (patch) | |
tree | acb25ece32e69ef27cc8033b6d4a524ce49f606b /.gitignore | |
download | pjctl-ff502178d33ded0935ace66e8d5ad989a9672b11.tar.gz pjctl-ff502178d33ded0935ace66e8d5ad989a9672b11.tar.bz2 pjctl-ff502178d33ded0935ace66e8d5ad989a9672b11.zip |
Init build system.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..703a8a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +*.deps +*.o +*.pc +*.so +*.swp +*~ +.libs +/aclocal.m4 +/autom4te.cache +/config.guess +/config.h +/config.h.in +/config.log +/config.mk +/config.status +/config.sub +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/missing +/stamp-h1 +Makefile +Makefile.in +pjctl |