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 @@ ...@@ -7,6 +7,11 @@
*.obj *.obj
*.elf *.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers # Precompiled Headers
*.gch *.gch
*.pch *.pch
...@@ -34,6 +39,8 @@ ...@@ -34,6 +39,8 @@
# Debug files # Debug files
*.dSYM/ *.dSYM/
*.su *.su
*.idb
*.pdb
# Kernel Module Compile Results # Kernel Module Compile Results
*.mod* *.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