mirror of
https://github.com/panda3d/panda3d.git
synced 2026-01-06 06:59:44 -06:00
66 lines
664 B
Plaintext
66 lines
664 B
Plaintext
# makepanda directories
|
|
/built*/
|
|
/thirdparty/
|
|
/targetroot/
|
|
/dstroot/
|
|
|
|
# Core dumps and traces
|
|
core
|
|
core.*
|
|
vgcore.*
|
|
*.core
|
|
*.trace
|
|
|
|
# Editor files/directories
|
|
*.save
|
|
*.save.1
|
|
*.sublime-workspace
|
|
.vscode/
|
|
|
|
# Temporary build files
|
|
/_vfsimporter.*
|
|
*.pdb
|
|
*.obj
|
|
*.o
|
|
*.gch
|
|
*.pch
|
|
/+DESC
|
|
/+MANIFEST
|
|
/pkg-plist
|
|
/debug.ks
|
|
|
|
# Produced installer/executables
|
|
/*.exe
|
|
/*.deb
|
|
/*.rpm
|
|
/*.app
|
|
/*.pkg
|
|
/*.dmg
|
|
/*.whl
|
|
/*.txz
|
|
/*.apk
|
|
|
|
# CMake
|
|
/build/
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
CMakeScripts/
|
|
Makefile
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
CTestTestfile.cmake
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Test tool cache directories
|
|
.tox/
|
|
.cache/
|
|
.pytest_cache/
|