Skip to content

Commit

Permalink
add log, __pycache__, and ipynb_checkpoints to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
delgadom committed Apr 10, 2019
1 parent efc2c27 commit d64bed5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,12 @@ build

# symlink to examples directory
src/pyclaw/examples

# log files
*.log

# py3k cache directories
__pycache__

# ipython
.ipynb_checkpoints

0 comments on commit d64bed5

Please sign in to comment.