diff options
author | Nikias Bassen | 2013-12-13 00:44:17 +0100 |
---|---|---|
committer | Nikias Bassen | 2013-12-13 00:44:17 +0100 |
commit | a798afc8b5b00a43f4b121168e0419df2d398338 (patch) | |
tree | c178d7a149028944254511d03f91266ca43cfcbd /.gitignore | |
parent | 3b7647499474619b3e24bf01105b6b037887a0ed (diff) | |
download | libplist-a798afc8b5b00a43f4b121168e0419df2d398338.tar.gz libplist-a798afc8b5b00a43f4b121168e0419df2d398338.tar.bz2 |
change build system to autotools
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 51 |
1 files changed, 50 insertions, 1 deletions
@@ -1,2 +1,51 @@ *.swp -build/* +*.o +*.lo +*.la +*.pc +*.log +*.exe +configure +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +compile +config.* +depcomp +doxygen.cfg +install-sh +libtool +ltmain.sh +missing +stamp-h1 +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 +src/Makefile +src/Makefile.in +src/.libs +src/.deps +include/Makefile +include/Makefile.in +libcnary/Makefile +libcnary/Makefile.in +libcnary/.libs +libcnary/.deps +tools/Makefile +tools/Makefile.in +tools/.libs +tools/.deps +tools/plistutil +test/Makefile +test/Makefile.in +test/.libs +test/.deps +test/plist_cmp +test/plist_test +test/data/*.out +cython/Makefile +cython/Makefile.in +cython/.deps |