Commit 84c7c7df authored by Carl Suster's avatar Carl Suster

Merge pull request #1184 from starrify/master

added: rules for ignoring precompiled headers for C/C++
parents a383e550 3e36b5a3
......@@ -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