[O] Ignore latex .out file

This commit is contained in:
Hykilpikonna
2021-11-24 19:29:58 -05:00
parent 4abfc80027
commit 192d6d4760
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -112,6 +112,8 @@ dmypy.json
# Pyre type checker # Pyre type checker
.pyre/ .pyre/
# Latex intermediate files
*.aux *.aux
*.fdb_latexmk *.fdb_latexmk
*.fls *.fls
@@ -120,6 +122,7 @@ dmypy.json
*.blg *.blg
*.bcf *.bcf
*.xml *.xml
*.out
config.json5 config.json5
data/ data/
View File