Skip to content

Commit abad92d

Browse files
authored
Merge pull request #2093 from Leandros/patch-1
Extend C to ignore Visual Studio artifacts
2 parents 4cefae5 + 326dc28 commit abad92d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

C.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
*.obj
88
*.elf
99

10+
# Linker output
11+
*.ilk
12+
*.map
13+
*.exp
14+
1015
# Precompiled Headers
1116
*.gch
1217
*.pch
@@ -34,6 +39,8 @@
3439
# Debug files
3540
*.dSYM/
3641
*.su
42+
*.idb
43+
*.pdb
3744

3845
# Kernel Module Compile Results
3946
*.mod*

0 commit comments

Comments
 (0)