Update .gitignore, add core dumps
This commit is contained in:
parent
46147e9a09
commit
7eb7ffbb02
|
|
@ -1,4 +1,9 @@
|
|||
/built_x64
|
||||
/built
|
||||
/thirdparty
|
||||
/targetroot
|
||||
/built*/
|
||||
/thirdparty/
|
||||
/targetroot/
|
||||
/dstroot/
|
||||
core
|
||||
core.*
|
||||
vgcore.*
|
||||
*.save
|
||||
*.save.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue