mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Merge branch 'master' of github.com:panda3d/panda3d
This commit is contained in:
commit
15b88283b2
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
/built_x64
|
||||||
|
/built
|
||||||
|
/samples
|
||||||
|
/thirdparty
|
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?-*
|
||||||
|
1
makepanda/.gitignore
vendored
Normal file
1
makepanda/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.pyc
|
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