diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-11-24 18:28:05 +0100 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-11-24 18:31:16 +0100 |
| commit | 496d4545878eddccc99d6fafdcda3f36a06bdbb8 (patch) | |
| tree | 137256a46ec7b88a9c7234de4268caafdafc0cf4 /.gitignore | |
| parent | 9bd9322946c3f8e0634e3931e182d57b05941af7 (diff) | |
split flake and devenv
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 30 |
1 files changed, 29 insertions, 1 deletions
@@ -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 |
