Skip to content

Commit

Permalink
Merge pull request #3 from nils-werner/gitignore
Browse files Browse the repository at this point in the history
Fixed gitignore
  • Loading branch information
faroit authored Nov 16, 2016
2 parents 6f6c304 + de380e2 commit 47e24ba
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
#####=== General Files ===#####

.zip
.gz
.7z
.tar
.wav
.mp3
.mp4
*.zip
*.gz
*.7z
*.tar
*.tgz
*.tar.gz
*.rar
*.wav
*.mp3
*.mp4
*.mat
*.h5
*.hdf5

#####=== OSX ===#####
.DS_Store
Expand Down

0 comments on commit 47e24ba

Please sign in to comment.