about summary refs log tree commit diff
path: root/users/wpcarro/scratch/compiler/.gitignore
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-10-10T22·25-0700
committerclbot <clbot@tvl.fyi>2022-10-10T22·35+0000
commit0b04dfe03ca380bd234d90efa4f98d76732305f2 (patch)
tree7d50b6f922c5d04fb38a23fc046097a9220c7f31 /users/wpcarro/scratch/compiler/.gitignore
parent019ea51e5c7777d49fa835260b7ce62d77430b3b (diff)
feat(wpcarro/scratch): Rewrite Python compiler in OCaml r/5093
Just to see how productive I could be in OCaml with little familiarity. Overall
I really like it.

Change-Id: I8affc65a5ee86a29d4f8c01426529ae9948660f9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6934
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/scratch/compiler/.gitignore')
-rw-r--r--users/wpcarro/scratch/compiler/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/wpcarro/scratch/compiler/.gitignore b/users/wpcarro/scratch/compiler/.gitignore
new file mode 100644
index 000000000000..25414be2a981
--- /dev/null
+++ b/users/wpcarro/scratch/compiler/.gitignore
@@ -0,0 +1,2 @@
+a.out
+*.cmi
\ No newline at end of file