Skip to content

Commit

Permalink
Merge pull request kbranigan#15 from ajweeks/master
Browse files Browse the repository at this point in the history
Add .gitignore
  • Loading branch information
kbranigan authored Aug 15, 2017
2 parents 983afa3 + 16d3be1 commit 4fff135
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# Local builds
build*
Debug*
Release*

*.ipch
*.suo
*VC.db
*.vcxproj
*.vcxproj.filters

0 comments on commit 4fff135

Please sign in to comment.