mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gitignore: ignore valgind vgcore.* debug files (#15321)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -73,6 +73,7 @@ cachegrind.out.*
|
|||||||
.gdb_history
|
.gdb_history
|
||||||
*.dSYM
|
*.dSYM
|
||||||
*.def
|
*.def
|
||||||
|
vgcore.*
|
||||||
|
|
||||||
# ignore system files
|
# ignore system files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user