Merge pull request #73 from pstephens/fsharp
[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 fsharp/*.exe
32 fsharp/*.dll
33 fsharp/*.mdb
34 go/step*
35 go/mal
36 java/target/
37 java/dependency-reduced-pom.xml
38 ocaml/*.cmi
39 ocaml/*.cmo
40 ocaml/*.swp
41 ocaml/*.cmx
42 ocaml/*.o
43 ocaml/mal_lib.*
44 rust/target/
45 rust/mal
46 rust/Cargo.lock
47 rust/.cargo
48 r/lib
49 vb/*.exe
50 vb/*.dll
51 scala/target
52 scala/project
53 haskell/*.hi
54 haskell/*.o
55 lua/lib
56 lua/linenoise.so
57 nim/nimcache
58 .lein
59 .m2
60 .ivy2
61 .sbt
62 groovy/*.class
63 .crystal