Skip to content

Commit

Permalink
Deal with tcolorbox artifact files (Makefile, ignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
elcorto committed Feb 4, 2024
1 parent 553c2b1 commit 4438ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
*.vrb
*.run.xml
*.pyg
*.listing
__pycache__
_minted-*
2 changes: 1 addition & 1 deletion theory/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ allclean: _restclean

_restclean:
rm -rf _minted-*
rm -f *.bak *.bbl *.run.xml *.nav *.snm *.vrb *.synctex.*
rm -f *.bak *.bbl *.run.xml *.nav *.snm *.vrb *.synctex.* *.listing *-SAVE-ERROR

0 comments on commit 4438ca9

Please sign in to comment.