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