diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-09-17 20:15:58 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-09-17 20:18:43 +0200 |
| commit | 360c8a636b8f51c45689cc1518a628383f24420b (patch) | |
| tree | 0514dded3f05692c1d2cfd9821407e57b82cd1f6 /.gitignore | |
| parent | e84927bdf7cc528a56a0eaf9e7c3298117a5e02a (diff) | |
flake: use my-nixpkgs' devenv
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 |
