From 0a786e7ca519ad55247e4bdab158bc19c8ab992e Mon Sep 17 00:00:00 2001 From: Martin Sosic Date: Tue, 5 Nov 2019 15:30:34 +0100 Subject: [PATCH] Added /out to .gitignore so we can direct output of stic there. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3834292d7..69f4052d9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ stic.cabal *~ /.dir-locals.el stack*.yaml.lock +/out