Haskell: steps 0-3
[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 go/step*
28 go/mal
29 java/target/
30 java/dependency-reduced-pom.xml
31 rust/target/
32 rust/mal
33 rust/Cargo.lock
34 rust/.cargo
35 r/lib
36 vb/*.exe
37 vb/*.dll
38 scala/target
39 scala/project
40 haskell/*.hi
41 haskell/*.o