[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/
# Latex intermediate files
*.aux
*.fdb_latexmk
*.fls
@@ -120,6 +122,7 @@ dmypy.json
*.blg
*.bcf
*.xml
*.out
config.json5
data/
View File