Update .gitignore

[skip ci]
This commit is contained in:
rdb 2019-05-12 16:21:23 +02:00
parent a7c743fd5e
commit ece56eb0a7

5
.gitignore vendored
View File

@ -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/