Skip to content
Snippets Groups Projects
Commit a468b952 authored by dgelessus's avatar dgelessus
Browse files

Add nbconvert output files to .gitignore

parent 6bd54cf5
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,16 @@
# Jupyter notebook checkpoints
.ipynb_checkpoints/
# LaTeX
# nbconvert HTML/slides output
/notebooks/**/*.html
# nbconvert LaTeX output
/notebooks/**/*.aux
/notebooks/**/*.dvi
/notebooks/**/*.log
/notebooks/**/*.out
/notebooks/**/*.pdf
/notebooks/**/*.tex
# Kodkod log files
probkodkod.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment