aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
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