Commit abad92da authored by Brendan Forster's avatar Brendan Forster Committed by GitHub

Merge pull request #2093 from Leandros/patch-1

Extend C to ignore Visual Studio artifacts
parents 4cefae5d 326dc281
......@@ -7,6 +7,11 @@
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
......@@ -34,6 +39,8 @@
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment