diff options
author | Andrew Udvare | 2014-01-31 15:04:15 -0800 |
---|---|---|
committer | Nikias Bassen | 2014-02-11 17:27:12 +0100 |
commit | 6d4a268790c6e2796c27eec465e7193247ab2876 (patch) | |
tree | e6358d79a7968cdd2163b0c21a51a7aa333560a2 | |
parent | 5a7f0fba35e695b062a4fe0ad7af5b90c17db25f (diff) | |
download | libplist-6d4a268790c6e2796c27eec465e7193247ab2876.tar.gz libplist-6d4a268790c6e2796c27eec465e7193247ab2876.tar.bz2 |
Ignore .libs in cython, backup files, test-driver
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,7 @@ *.pc *.log *.exe +*~ configure Makefile Makefile.in @@ -49,3 +50,6 @@ test/data/*.out cython/Makefile cython/Makefile.in cython/.deps +cython/.libs +cython/plist.c +test-driver |