From 496d4545878eddccc99d6fafdcda3f36a06bdbb8 Mon Sep 17 00:00:00 2001 From: aristote Date: Mon, 24 Nov 2025 18:28:05 +0100 Subject: split flake and devenv --- .gitignore | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 60040bd..6c214f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -### LaTeX +### TeX ## Core latex/pdflatex auxiliary files: *.aux *.lof @@ -27,7 +27,9 @@ ## Bibliography auxiliary files (bibtex/biblatex/biber): *.bbl +*.bbl-SAVE-ERROR *.bcf +*.bcf-SAVE-ERROR *.blg *-blx.aux *-blx.bib @@ -40,6 +42,8 @@ *.synctex.gz *.synctex.gz(busy) *.pdfsync +*.rubbercache +rubber.cache ## Build tool directories for auxiliary files # latexrun @@ -56,6 +60,9 @@ acs-*.bib # amsthm *.thm +# attachfile2 +*.atfi + # beamer *.nav *.pre @@ -64,6 +71,7 @@ acs-*.bib # changes *.soc +*.loc # comment *.cut @@ -107,8 +115,11 @@ acs-*.bib *.acn *.acr *.glg +*.glg-abr *.glo +*.glo-abr *.gls +*.gls-abr *.glsdefs *.lzo *.lzs @@ -139,6 +150,9 @@ acs-*.bib *.trc *.xref +# hypdoc +*.hd + # hyperref *.brf @@ -148,6 +162,9 @@ acs-*.bib # *.tikz *-tikzDictionary +# latexindent will create succesive backup files by default +#*.bak* + # listings *.lol @@ -170,6 +187,7 @@ acs-*.bib # minted _minted* +*.data.minted *.pyg # morewrites @@ -197,6 +215,10 @@ _minted* # scrwfile *.wrt +# spelling +*.spell.bad +*.spell.txt + # svg svg-inkscape/ @@ -262,6 +284,9 @@ TSWLatexianTemp* *.bak *.sav +# latexindent.pl +*.bak[0-9]* + # Texpad .texpadtmp @@ -305,4 +330,7 @@ TSWLatexianTemp* .devenv/ .devenv.flake.nix devenv.local.nix +.pre-commit-config.yaml +### miscellaneous +*-SAVE-ERROR -- cgit v1.2.3