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