Add groovy implementation.
[jackhill/mal.git] / .gitignore
1 */experiments
2 make/mal.mk
3 miniMAL/node_modules
4 js/node_modules
5 js/mal.js
6 js/mal_web.js
7 coffee/node_modules
8 bash/mal.sh
9 c/*.o
10 *.pyc
11 */mal
12 */step0_repl
13 */step1_read_print
14 */step2_eval
15 */step3_env
16 */step4_if_fn_do
17 */step5_tco
18 */step6_file
19 */step7_quote
20 */step8_macros
21 */step9_try
22 */stepA_mal
23 cs/*.exe
24 cs/*.dll
25 cs/*.mdb
26 clojure/target
27 clojure/.lein-repl-history
28 erlang/ebin
29 erlang/.rebar
30 erlang/src/*.beam
31 go/step*
32 go/mal
33 java/target/
34 java/dependency-reduced-pom.xml
35 ocaml/*.cmi
36 ocaml/*.cmo
37 ocaml/*.swp
38 ocaml/*.cmx
39 ocaml/*.o
40 ocaml/mal_lib.*
41 rust/target/
42 rust/mal
43 rust/Cargo.lock
44 rust/.cargo
45 r/lib
46 vb/*.exe
47 vb/*.dll
48 scala/target
49 scala/project
50 haskell/*.hi
51 haskell/*.o
52 lua/lib
53 lua/linenoise.so
54 nim/nimcache
55 .lein
56 .m2
57 .ivy2
58 .sbt
59 groovy/*.class