extend .gitignores for more ppremake files
This commit is contained in:
parent
78f94e1b93
commit
ad449848c2
|
|
@ -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?-*
|
||||
|
|
|
|||
|
|
@ -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?-*
|
||||
|
|
|
|||
|
|
@ -1 +1,7 @@
|
|||
*.pyc
|
||||
# These are files that are generated within the source tree by the
|
||||
# ppremake system.
|
||||
Makefile
|
||||
pp.dep
|
||||
/built/
|
||||
Opt?-*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
/built/
|
||||
# These are files that are generated within the source tree by the
|
||||
# ppremake system.
|
||||
Makefile
|
||||
pp.dep
|
||||
/built/
|
||||
Opt?-*
|
||||
|
|
|
|||
Loading…
Reference in New Issue