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