Skip to content

Commit 09b5744

Browse files
ignore split-dwarf debugging-related auxilary .dwo files for C and C++ projects
1 parent 4488915 commit 09b5744

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
@@ -30,3 +30,6 @@
3030
*.exe
3131
*.out
3232
*.app
33+
34+
# debug information files
35+
*.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)