Browse Source

Merge pull request #2093 from Leandros/patch-1

Extend C to ignore Visual Studio artifacts
pull/2125/head
Brendan Forster 7 years ago
parent
commit
abad92dac5
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      C.gitignore

+ 7
- 0
C.gitignore View File

*.obj *.obj
*.elf *.elf


# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers # Precompiled Headers
*.gch *.gch
*.pch *.pch
# Debug files # Debug files
*.dSYM/ *.dSYM/
*.su *.su
*.idb
*.pdb


# Kernel Module Compile Results # Kernel Module Compile Results
*.mod* *.mod*

Loading…
Cancel
Save