mirror of
https://github.com/github/gitignore
synced 2024-11-05 19:38:52 +01:00
Merge pull request #2093 from Leandros/patch-1
Extend C to ignore Visual Studio artifacts
This commit is contained in:
commit
abad92dac5
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user