1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 10:18:16 +02:00

Merge pull request #2093 from Leandros/patch-1

Extend C to ignore Visual Studio artifacts
This commit is contained in:
Brendan Forster 2016-10-05 10:30:07 +11:00 committed by GitHub
commit abad92dac5

View File

@ -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*