mirror of
https://github.com/github/gitignore
synced 2025-06-27 17:18:52 +02:00
Merge pull request #4346 from krishnakumarg1984/kg/c_cpp_split_dwarf
ignore split-dwarf debugging-related auxilary .dwo files for C and C+…
This commit is contained in:
commit
92800a52cc
@ -36,3 +36,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…
x
Reference in New Issue
Block a user