aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-12-23 20:35:48 -0700
committerJoel Martin <github@martintribe.org>2015-01-09 16:16:52 -0600
commitb76aa73bc76a28d7c6bb3c5a43acc9afd9ec42c8 (patch)
tree4b57f91dcf1df0e079a4251a1cab78fe0188dfb4 /.gitignore
parenta816262a057ecc4bd1fd07750d21cab81490f336 (diff)
downloadmal-b76aa73bc76a28d7c6bb3c5a43acc9afd9ec42c8.tar.gz
mal-b76aa73bc76a28d7c6bb3c5a43acc9afd9ec42c8.zip
Haskell: steps 0-3
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore26
1 files changed, 14 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 2926e3d..2a7d721 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,18 +7,18 @@ coffee/node_modules
bash/mal.sh
c/*.o
*.pyc
-c/mal
-c/step0_repl
-c/step1_read_print
-c/step2_eval
-c/step3_env
-c/step4_if_fn_do
-c/step5_tco
-c/step6_file
-c/step7_quote
-c/step8_macros
-c/step9_try
-c/stepA_interop
+*/mal
+*/step0_repl
+*/step1_read_print
+*/step2_eval
+*/step3_env
+*/step4_if_fn_do
+*/step5_tco
+*/step6_file
+*/step7_quote
+*/step8_macros
+*/step9_try
+*/stepA_interop
cs/*.exe
cs/*.dll
cs/*.mdb
@@ -37,3 +37,5 @@ vb/*.exe
vb/*.dll
scala/target
scala/project
+haskell/*.hi
+haskell/*.o