1
0
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:
Daniel Johnson 2025-06-13 14:50:36 -07:00 committed by GitHub
commit 92800a52cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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