mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
Add FreeBSD package-related files to .gitignore
This commit is contained in:
parent
6b882ac767
commit
59c435c487
5
.gitignore
vendored
5
.gitignore
vendored
@ -8,6 +8,7 @@
|
|||||||
core
|
core
|
||||||
core.*
|
core.*
|
||||||
vgcore.*
|
vgcore.*
|
||||||
|
*.core
|
||||||
|
|
||||||
# Editor files/directories
|
# Editor files/directories
|
||||||
*.save
|
*.save
|
||||||
@ -22,6 +23,9 @@ vgcore.*
|
|||||||
*.o
|
*.o
|
||||||
*.gch
|
*.gch
|
||||||
*.pch
|
*.pch
|
||||||
|
/+DESC
|
||||||
|
/+MANIFEST
|
||||||
|
/pkg-plist
|
||||||
|
|
||||||
# Produced installer/executables
|
# Produced installer/executables
|
||||||
/*.exe
|
/*.exe
|
||||||
@ -31,6 +35,7 @@ vgcore.*
|
|||||||
/*.pkg
|
/*.pkg
|
||||||
/*.dmg
|
/*.dmg
|
||||||
/*.whl
|
/*.whl
|
||||||
|
/*.txz
|
||||||
|
|
||||||
# CMake
|
# CMake
|
||||||
/build/
|
/build/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user