Exclude IPython notebook checkpoints from source control

This commit is contained in:
Donne Martin 2015-01-24 13:16:44 -05:00
parent 5c7c6e10b6
commit 2869bce587

5
.gitignore vendored
View File

@ -51,4 +51,7 @@ coverage.xml
docs/_build/
# PyBuilder
target/
target/
# IPython notebook
.ipynb_checkpoints