mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -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/
|
/targetroot/
|
||||||
/dstroot/
|
/dstroot/
|
||||||
|
|
||||||
# Core dumps
|
# Core dumps and traces
|
||||||
core
|
core
|
||||||
core.*
|
core.*
|
||||||
vgcore.*
|
vgcore.*
|
||||||
*.core
|
*.core
|
||||||
|
*.trace
|
||||||
|
|
||||||
# Editor files/directories
|
# Editor files/directories
|
||||||
*.save
|
*.save
|
||||||
@ -26,6 +27,7 @@ vgcore.*
|
|||||||
/+DESC
|
/+DESC
|
||||||
/+MANIFEST
|
/+MANIFEST
|
||||||
/pkg-plist
|
/pkg-plist
|
||||||
|
/debug.ks
|
||||||
|
|
||||||
# Produced installer/executables
|
# Produced installer/executables
|
||||||
/*.exe
|
/*.exe
|
||||||
@ -36,6 +38,7 @@ vgcore.*
|
|||||||
/*.dmg
|
/*.dmg
|
||||||
/*.whl
|
/*.whl
|
||||||
/*.txz
|
/*.txz
|
||||||
|
/*.apk
|
||||||
|
|
||||||
# CMake
|
# CMake
|
||||||
/build/
|
/build/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user