diff options
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 |