mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
Update .gitignore
[skip ci]
This commit is contained in:
parent
a7c743fd5e
commit
ece56eb0a7
5
.gitignore
vendored
5
.gitignore
vendored
@ -4,11 +4,12 @@
|
||||
/targetroot/
|
||||
/dstroot/
|
||||
|
||||
# Core dumps
|
||||
# Core dumps and traces
|
||||
core
|
||||
core.*
|
||||
vgcore.*
|
||||
*.core
|
||||
*.trace
|
||||
|
||||
# Editor files/directories
|
||||
*.save
|
||||
@ -26,6 +27,7 @@ vgcore.*
|
||||
/+DESC
|
||||
/+MANIFEST
|
||||
/pkg-plist
|
||||
/debug.ks
|
||||
|
||||
# Produced installer/executables
|
||||
/*.exe
|
||||
@ -36,6 +38,7 @@ vgcore.*
|
||||
/*.dmg
|
||||
/*.whl
|
||||
/*.txz
|
||||
/*.apk
|
||||
|
||||
# CMake
|
||||
/build/
|
||||
|
Loading…
x
Reference in New Issue
Block a user