Skip to content

Commit 870a58d

Browse files
committed
Ignore notebook checkpoints down the tree.
1 parent afef3d3 commit 870a58d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
#pickled files
24
*.pkl
35

@@ -74,7 +76,11 @@ docs/_build/
7476
target/
7577

7678
# Jupyter Notebook
77-
.ipynb_checkpoints
79+
**/*.ipynb_checkpoints/
80+
81+
# LaTeX
82+
**/*.aux
83+
**/*.out
7884

7985
# pyenv
8086
.python-version

0 commit comments

Comments
 (0)