diff options
author | Manav Mandhani <manavm@utexas.edu> | 2015-07-28 15:23:02 -0500 |
---|---|---|
committer | Manav Mandhani <manavm@utexas.edu> | 2015-07-28 15:23:02 -0500 |
commit | bc776141620803a57fc330edabc85389b1ce8b0a (patch) | |
tree | bc4762f14c006090e6f2aeb2c27c9efd1373630d /Python.gitignore | |
parent | d4c9696398b91788944faa9365ced70c1764b78b (diff) | |
download | gitignore-bc776141620803a57fc330edabc85389b1ce8b0a.tar.gz gitignore-bc776141620803a57fc330edabc85389b1ce8b0a.zip |
Include ipython notebook checkpoints to gitignore
Diffstat (limited to 'Python.gitignore')
-rw-r--r-- | Python.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index a65d0466..4caad72d 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -56,3 +56,6 @@ docs/_build/ # PyBuilder target/ + +#Ipython Notebook +.ipynb_checkpoints |