summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9c60a59..42f8ac2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,7 +31,10 @@ cabal.project.local
*.log
*.lot
*.fls
-#*.out
+# Because '.out' files are used to store the expected outputs of the tests, exclude the '*.out' ignoration.
+# *.out
+# Manually add the "'Title'.out" ignoration for each LaTeX document.
+assignment1.out
*.toc
*.fmt
*.fot