Skip to content

Commit

Permalink
Structured folders like book chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
pgolding committed Mar 8, 2017
1 parent 6806c4d commit 963aecd
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,39 @@
.ipynb_checkpoints
.ipynb_checkpoints

# 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
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

0 comments on commit 963aecd

Please sign in to comment.