diff options
author | Arfon Smith <arfon@users.noreply.github.com> | 2016-01-15 16:53:38 -0500 |
---|---|---|
committer | Arfon Smith <arfon@users.noreply.github.com> | 2016-01-15 16:53:38 -0500 |
commit | 4215c0f78cf6ac52f3b943b7b0904cfc470d032e (patch) | |
tree | f33462e715c1eae31ccdd6dc4c341d2102753048 /Python.gitignore | |
parent | f51f0baa5a721f0af6fbf0ae377ecd86c6eaa3b4 (diff) | |
parent | 39183fa236495022edf20ef20e99ae79ad64c8eb (diff) | |
download | gitignore-4215c0f78cf6ac52f3b943b7b0904cfc470d032e.tar.gz gitignore-4215c0f78cf6ac52f3b943b7b0904cfc470d032e.zip |
Merge pull request #1617 from manavm/ipynb-checkpoints
Ipython Notebook checkpoints
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 7d440988..1dbc687d 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -57,3 +57,6 @@ docs/_build/ # PyBuilder target/ + +#Ipython Notebook +.ipynb_checkpoints |