mirror of
https://github.com/github/gitignore.git
synced 2025-12-27 07:24:50 -05: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user