Add .gitignore files

This commit is contained in:
Alexandre Duret-Lutz 2008-03-13 10:45:48 +01:00
parent c06c95c4f1
commit 5ef7084b61
50 changed files with 394 additions and 0 deletions

11
wrap/python/.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
.deps
.libs
Makefile
Makefile.in
*.la
spot.py*
buddy.py*
*.lo
*.loT
*_wrap.*
*.pyc

4
wrap/python/cgi/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
Makefile.in
Makefile
ltl2tgba.py

3
wrap/python/tests/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
Makefile
Makefile.in
run