mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Update .gitignore
This commit is contained in:
parent
800d3cd9c9
commit
fbb3bac5a2
38
.gitignore
vendored
38
.gitignore
vendored
@ -1,9 +1,47 @@
|
|||||||
|
# makepanda directories
|
||||||
/built*/
|
/built*/
|
||||||
/thirdparty/
|
/thirdparty/
|
||||||
/targetroot/
|
/targetroot/
|
||||||
/dstroot/
|
/dstroot/
|
||||||
|
|
||||||
|
# Core dumps
|
||||||
core
|
core
|
||||||
core.*
|
core.*
|
||||||
vgcore.*
|
vgcore.*
|
||||||
|
|
||||||
|
# Editor files/directories
|
||||||
*.save
|
*.save
|
||||||
*.save.1
|
*.save.1
|
||||||
|
*.sublime-workspace
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Temporary build files
|
||||||
|
/_vfsimporter.*
|
||||||
|
*.pdb
|
||||||
|
*.obj
|
||||||
|
*.o
|
||||||
|
*.gch
|
||||||
|
*.pch
|
||||||
|
|
||||||
|
# Produced installer/executables
|
||||||
|
/*.exe
|
||||||
|
/*.deb
|
||||||
|
/*.rpm
|
||||||
|
/*.app
|
||||||
|
/*.pkg
|
||||||
|
/*.dmg
|
||||||
|
/*.whl
|
||||||
|
|
||||||
|
# CMake
|
||||||
|
/build/
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles/
|
||||||
|
CMakeScripts/
|
||||||
|
Makefile
|
||||||
|
cmake_install.cmake
|
||||||
|
install_manifest.txt
|
||||||
|
CTestTestfile.cmake
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
Loading…
x
Reference in New Issue
Block a user