diff options
| author | 2014-01-31 15:04:15 -0800 | |
|---|---|---|
| committer | 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 @@ | |||
| 5 | *.pc | 5 | *.pc |
| 6 | *.log | 6 | *.log |
| 7 | *.exe | 7 | *.exe |
| 8 | *~ | ||
| 8 | configure | 9 | configure |
| 9 | Makefile | 10 | Makefile |
| 10 | Makefile.in | 11 | Makefile.in |
| @@ -49,3 +50,6 @@ test/data/*.out | |||
| 49 | cython/Makefile | 50 | cython/Makefile |
| 50 | cython/Makefile.in | 51 | cython/Makefile.in |
| 51 | cython/.deps | 52 | cython/.deps |
| 53 | cython/.libs | ||
| 54 | cython/plist.c | ||
| 55 | test-driver | ||
