提交 abad92da 编写于 作者: B Brendan Forster 提交者: GitHub

Merge pull request #2093 from Leandros/patch-1

Extend C to ignore Visual Studio artifacts
...@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册