diff options
author | René den Hertog | 2017-10-01 14:27:19 +0200 |
---|---|---|
committer | René den Hertog | 2017-10-02 00:17:05 +0200 |
commit | a5c79972231088a07d0975ae08008536d575e112 (patch) | |
tree | d4c85526f247e292a5fd17102a5e0736e6b77439 /.gitignore | |
parent | Automated parser tester (diff) |
Fix the ignoration of '.out' files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |