Add .gitignore files
This commit is contained in:
parent
c06c95c4f1
commit
5ef7084b61
50 changed files with 394 additions and 0 deletions
11
wrap/python/.gitignore
vendored
Normal file
11
wrap/python/.gitignore
vendored
Normal 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
4
wrap/python/cgi/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
ltl2tgba.py
|
||||
|
||||
3
wrap/python/tests/.gitignore
vendored
Normal file
3
wrap/python/tests/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
run
|
||||
Loading…
Add table
Add a link
Reference in a new issue