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 @@ ...@@ -4,6 +4,10 @@
*.o *.o
*.obj *.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries # Compiled Dynamic libraries
*.so *.so
*.dylib *.dylib
......
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
*.obj *.obj
*.elf *.elf
# Precompiled Headers
*.gch
*.pch
# Libraries # Libraries
*.lib *.lib
*.a *.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