extend .gitignores for more ppremake files

This commit is contained in:
David Rose 2014-12-02 09:48:04 -08:00
parent 78f94e1b93
commit ad449848c2
4 changed files with 18 additions and 3 deletions

5
direct/.gitignore vendored
View File

@ -1,5 +1,8 @@
*.pyc
/__init__.py
/built/
# These are files that are generated within the source tree by the
# ppremake system.
Makefile
pp.dep
/built/
Opt?-*

5
dtool/.gitignore vendored
View File

@ -1,4 +1,7 @@
/built/
/dtool_config.h
# These are files that are generated within the source tree by the
# ppremake system.
Makefile
pp.dep
/built/
Opt?-*

6
panda/.gitignore vendored
View File

@ -1 +1,7 @@
*.pyc
# These are files that are generated within the source tree by the
# ppremake system.
Makefile
pp.dep
/built/
Opt?-*

View File

@ -1,3 +1,6 @@
/built/
# These are files that are generated within the source tree by the
# ppremake system.
Makefile
pp.dep
/built/
Opt?-*