Skip to content

Commit

Permalink
added: rules for ingnoring precompiled headers for C/C++
Browse files Browse the repository at this point in the history
  • Loading branch information
starrify committed Aug 27, 2014
1 parent 70b3c78 commit 3e36b5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions C++.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
Expand Down
4 changes: 4 additions & 0 deletions C.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
*.obj
*.elf

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
Expand Down

0 comments on commit 3e36b5a

Please sign in to comment.