diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 17 |
1 files changed, 3 insertions, 14 deletions
@@ -1,7 +1,4 @@ -# Created by https://www.toptal.com/developers/gitignore/api/latex -# Edit at https://www.toptal.com/developers/gitignore?templates=latex - -### LaTeX ### +### LaTeX ## Core latex/pdflatex auxiliary files: *.aux *.lof @@ -304,14 +301,6 @@ TSWLatexianTemp* # Uncomment the next line to have this generated file ignored. #*Notes.bib -### LaTeX Patch ### -# LIPIcs / OASIcs -*.vtc - -# glossaries -*.glstex - -# End of https://www.toptal.com/developers/gitignore/api/latex +### devenv +.devenv/ -### Nix ### -result*
\ No newline at end of file |
