Cleanup .gitignore files
Remove all .gitignore files in subdirectories and add a few new ignores to the top-level directory .gitignore file.
This commit is contained in:
parent
d43f0ef909
commit
59b0913b0b
|
|
@ -45,3 +45,8 @@ CTestTestfile.cmake
|
|||
# Windows
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
|
||||
# Python
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
/__init__.py
|
||||
# These are files that are generated within the source tree by the
|
||||
# ppremake system.
|
||||
Makefile
|
||||
pp.dep
|
||||
/built/
|
||||
Opt?-*
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
/build
|
||||
/dist
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
/__init__.py
|
||||
# These are files that are generated within the source tree by the
|
||||
# ppremake system.
|
||||
Makefile
|
||||
pp.dep
|
||||
/built/
|
||||
Opt?-*
|
||||
|
|
@ -1 +0,0 @@
|
|||
/40_direct.prc
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
/dcLexer.cxx
|
||||
/dcParser.cxx
|
||||
/dcParser.h
|
||||
|
|
@ -1 +0,0 @@
|
|||
/extensions_darwin.py
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
/NL*
|
||||
/Nested*
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
/_vfsimporter.exp
|
||||
/_vfsimporter.lib
|
||||
/_vfsimporter.pyd
|
||||
/_vfsimporter.pyd.manifest
|
||||
/packp3d
|
||||
/ppackage
|
||||
/ppatcher
|
||||
/vc90.pdb
|
||||
|
|
@ -1 +0,0 @@
|
|||
/p3d_plugin_config.h
|
||||
|
|
@ -1 +0,0 @@
|
|||
/P3DActiveX.rc
|
||||
|
|
@ -1 +0,0 @@
|
|||
/nppanda3d.rc
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
/p3d_plugin_config.h
|
||||
/panda3d.rc
|
||||
|
|
@ -1 +0,0 @@
|
|||
/runp3d
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
*.egg
|
||||
*.pt
|
||||
/built/
|
||||
Makefile
|
||||
bams/
|
||||
optchar/
|
||||
pal_egg/
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
/*.buildings
|
||||
/game_options.txt
|
||||
/prefixstrip
|
||||
/retarget/
|
||||
/textures.boo
|
||||
/topstrip/
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
/dtool_config.h
|
||||
# These are files that are generated within the source tree by the
|
||||
# ppremake system.
|
||||
Makefile
|
||||
pp.dep
|
||||
/built/
|
||||
Opt?-*
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
/cppBison.cxx
|
||||
/cppBison.h
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
/checkPandaVersion.cxx
|
||||
/checkPandaVersion.h
|
||||
/pandaVersion.h
|
||||
|
|
@ -1 +0,0 @@
|
|||
/prc_parameters.h
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
# These are files that are generated within the source tree by the
|
||||
# ppremake system.
|
||||
Makefile
|
||||
pp.dep
|
||||
/built/
|
||||
Opt?-*
|
||||
|
|
@ -1 +0,0 @@
|
|||
/20_panda.prc
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
/lexer.cxx
|
||||
/parser.cxx
|
||||
/parser.h
|
||||
|
|
@ -1 +0,0 @@
|
|||
/speedtree_parameters.h
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
# These are files that are generated within the source tree by the
|
||||
# ppremake system.
|
||||
Makefile
|
||||
pp.dep
|
||||
/built/
|
||||
Opt?-*
|
||||
|
|
@ -1 +0,0 @@
|
|||
/30_pandatool.prc
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
/vrmlLexer.cxx
|
||||
/vrmlParser.cxx
|
||||
/vrmlParser.h
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
/xLexer.cxx
|
||||
/xParser.cxx
|
||||
/xParser.h
|
||||
Loading…
Reference in New Issue