summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRené den Hertog2017-10-01 14:27:19 +0200
committerRené den Hertog2017-10-02 00:17:05 +0200
commita5c79972231088a07d0975ae08008536d575e112 (patch)
treed4c85526f247e292a5fd17102a5e0736e6b77439 /.gitignore
parentAutomated parser tester (diff)
Fix the ignoration of '.out' files.
Diffstat (limited to '.gitignore')
-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