Commit 3e36b5a3 authored by Pengyu CHEN's avatar Pengyu CHEN

added: rules for ingnoring precompiled headers for C/C++

parent 70b3c781
......@@ -4,6 +4,10 @@
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
......
......@@ -4,6 +4,10 @@
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment