Skip to content

Commit

Permalink
Added gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
l4m4re committed Apr 20, 2018
1 parent c44dae4 commit cc75dce
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Compiled Dynamic libraries
*.so
*.dylib

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

# Visual Studio
*.ipch
*.sdf
*.suo
*.user
*.log
*.opensdf
Debug
Release

# Executables
*.out
*.app

# SVN storage
.svn

# Mac rubbish
.DS_Store

0 comments on commit cc75dce

Please sign in to comment.