Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
williamg42 authored Jan 2, 2018
1 parent b1d8a17 commit c8acc69
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
/*.so
/*.so*
/*.o
# 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

0 comments on commit c8acc69

Please sign in to comment.