From a5c79972231088a07d0975ae08008536d575e112 Mon Sep 17 00:00:00 2001 From: René den Hertog Date: Sun, 1 Oct 2017 14:27:19 +0200 Subject: Fix the ignoration of '.out' files. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3