mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
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
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# debug information files
|
||||
*.dwo
|
||||
|
|
|
@ -50,3 +50,6 @@ modules.order
|
|||
Module.symvers
|
||||
Mkfile.old
|
||||
dkms.conf
|
||||
|
||||
# debug information files
|
||||
*.dwo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue