aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore59
1 files changed, 36 insertions, 23 deletions
diff --git a/.gitignore b/.gitignore
index 5cdd21b..6c346cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,37 +1,50 @@
*/experiments
make/mal.mk
+miniMAL/node_modules
js/node_modules
js/mal.js
+js/mal_web.js
+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_interop
-c/stepA_more
+*/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_mal
cs/*.exe
cs/*.dll
cs/*.mdb
clojure/target
clojure/.lein-repl-history
+go/step*
+go/mal
java/target/
java/dependency-reduced-pom.xml
-rust/step0_repl
-rust/step1_read_print
-rust/step2_eval
-rust/step3_env
-rust/step4_if_fn_do
-rust/step5_tco
-rust/step6_file
-rust/step7_quote
-rust/step8_macros
-rust/step9_interop
-rust/stepA_more
+ocaml/*.cmi
+ocaml/*.cmo
+ocaml/*.swp
+ocaml/*.cmx
+ocaml/*.o
+ocaml/mal_lib.*
+rust/target/
+rust/mal
+rust/Cargo.lock
+rust/.cargo
+r/lib
+vb/*.exe
+vb/*.dll
+scala/target
+scala/project
+haskell/*.hi
+haskell/*.o
+lua/lib
+lua/linenoise.so