Skip to content

Commit

Permalink
UPdated git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellGarwood committed May 3, 2020
1 parent a0e979e commit 25f4219
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# 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

# QT stuff
*.pro.user
*.pro.user.21

# Docs
/docs/_build
/docs/_build/*
/docs/_templates
/docs/_templates/*

# Misc
make.bat
Makefile
.DS_Store

0 comments on commit 25f4219

Please sign in to comment.