Skip to content
Browse files

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

  • Loading branch information...
1 parent 70b3c78 commit 3e36b5a353c5c2b3d717659766dfa40e9b1b5c79 @starrify starrify committed
Showing with 8 additions and 0 deletions.
  1. +4 −0 C++.gitignore
  2. +4 −0 C.gitignore
View
4 C++.gitignore
@@ -4,6 +4,10 @@
*.o
*.obj
+# Precompiled Headers
+*.gch
+*.pch
+
# Compiled Dynamic libraries
*.so
*.dylib
View
4 C.gitignore
@@ -4,6 +4,10 @@
*.obj
*.elf
+# Precompiled Headers
+*.gch
+*.pch
+
# Libraries
*.lib
*.a

0 comments on commit 3e36b5a

Please sign in to comment.
Something went wrong with that request. Please try again.