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