Просмотр исходного кода

Merge pull request #2093 from Leandros/patch-1

Extend C to ignore Visual Studio artifacts
Brendan Forster 8 лет назад
Родитель
Сommit
abad92dac5
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      C.gitignore

+ 7 - 0
C.gitignore

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