Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vbok committed Feb 26, 2019
1 parent 3e6a5f5 commit 833da86
Showing 1 changed file with 9 additions and 28 deletions.
37 changes: 9 additions & 28 deletions .gitignore
@@ -1,31 +1,3 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
Expand All @@ -35,4 +7,13 @@
.Trashes
ehthumbs.db
Thumbs.db

# Jupyter files #
#################
.ipynb_checkpoints

# FloydHub files #
##################
.floydexpt
.floydignore
floyd.yml

0 comments on commit 833da86

Please sign in to comment.