ignore split-dwarf debugging-related auxilary .dwo files for C and C++ projects
This commit is contained in:
parent
4488915eec
commit
09b5744d12
2 changed files with 6 additions and 0 deletions
|
|
@ -30,3 +30,6 @@
|
||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
|
# debug information files
|
||||||
|
*.dwo
|
||||||
|
|
|
||||||
|
|
@ -50,3 +50,6 @@ modules.order
|
||||||
Module.symvers
|
Module.symvers
|
||||||
Mkfile.old
|
Mkfile.old
|
||||||
dkms.conf
|
dkms.conf
|
||||||
|
|
||||||
|
# debug information files
|
||||||
|
*.dwo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue