Skip to content

Commit

Permalink
Add .gitignore with some defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 4, 2021
1 parent 6f0f9ab commit add5cec
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 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

# Default build ans install directory
/build
/install

0 comments on commit add5cec

Please sign in to comment.