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:
Daniel Johnson
2025-06-13 14:50:36 -07:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -36,3 +36,6 @@
*.exe
*.out
*.app
# debug information files
*.dwo

View File

@@ -50,3 +50,6 @@ modules.order
Module.symvers
Mkfile.old
dkms.conf
# debug information files
*.dwo