Skip to content

Commit 7eb7ffb

Browse files
committed
Update .gitignore, add core dumps
1 parent 46147e9 commit 7eb7ffb

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.gitignore

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
/built_x64
2-
/built
3-
/thirdparty
4-
/targetroot
1+
/built*/
2+
/thirdparty/
3+
/targetroot/
4+
/dstroot/
5+
core
6+
core.*
7+
vgcore.*
8+
*.save
9+
*.save.1

0 commit comments

Comments
 (0)