Skip to content

Commit 92800a5

Browse files
authored
Merge pull request #4346 from krishnakumarg1984/kg/c_cpp_split_dwarf
ignore split-dwarf debugging-related auxilary .dwo files for C and C+…
2 parents b1f858f + 09b5744 commit 92800a5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

C++.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@
3636
*.exe
3737
*.out
3838
*.app
39+
40+
# debug information files
41+
*.dwo

C.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ modules.order
5050
Module.symvers
5151
Mkfile.old
5252
dkms.conf
53+
54+
# debug information files
55+
*.dwo

0 commit comments

Comments
 (0)