mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
extend .gitignores for more ppremake files
This commit is contained in:
parent
78f94e1b93
commit
ad449848c2
5
direct/.gitignore
vendored
5
direct/.gitignore
vendored
@ -1,5 +1,8 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
/__init__.py
|
/__init__.py
|
||||||
/built/
|
# These are files that are generated within the source tree by the
|
||||||
|
# ppremake system.
|
||||||
Makefile
|
Makefile
|
||||||
pp.dep
|
pp.dep
|
||||||
|
/built/
|
||||||
|
Opt?-*
|
||||||
|
5
dtool/.gitignore
vendored
5
dtool/.gitignore
vendored
@ -1,4 +1,7 @@
|
|||||||
/built/
|
|
||||||
/dtool_config.h
|
/dtool_config.h
|
||||||
|
# These are files that are generated within the source tree by the
|
||||||
|
# ppremake system.
|
||||||
Makefile
|
Makefile
|
||||||
pp.dep
|
pp.dep
|
||||||
|
/built/
|
||||||
|
Opt?-*
|
||||||
|
6
panda/.gitignore
vendored
6
panda/.gitignore
vendored
@ -1 +1,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
|
# These are files that are generated within the source tree by the
|
||||||
|
# ppremake system.
|
||||||
|
Makefile
|
||||||
|
pp.dep
|
||||||
|
/built/
|
||||||
|
Opt?-*
|
||||||
|
5
pandatool/.gitignore
vendored
5
pandatool/.gitignore
vendored
@ -1,3 +1,6 @@
|
|||||||
/built/
|
# These are files that are generated within the source tree by the
|
||||||
|
# ppremake system.
|
||||||
Makefile
|
Makefile
|
||||||
pp.dep
|
pp.dep
|
||||||
|
/built/
|
||||||
|
Opt?-*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user