diff options
Diffstat (limited to '.gitignore')
| -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 | ||
