Browse Source

Add out folder in gitignore

DricomDragon 5 years ago
parent
commit
0aa2aebfc3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -1,5 +1,6 @@
 # output
-t1
+out/
+
 # ---> Haskell
 dist
 cabal-dev