Skip to content

Commit

Permalink
added gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
guitartsword committed May 29, 2017
1 parent a9c1dba commit c76d64d
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Prerequisites
*.d

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

# files created by program
*.FAT

# 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

#vscode
/.vscode

#MacOS files
*.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

0 comments on commit c76d64d

Please sign in to comment.