about summary refs log tree commit diff
path: root/users/tazjin/rlox/.gitignore
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-11-22T23·47+0100
committertazjin <mail@tazj.in>2020-11-23T01·15+0000
commit0618ff11ccf50fd6e8a6e0bd7820f19b100ca44a (patch)
treea0dea473f205242b043962bf7b3481439aff59f2 /users/tazjin/rlox/.gitignore
parent312d76acba238d448112e3223fda1e9c5560be6c (diff)
feat(tazjin/rlox): Bootstrap program r/1912
This is going to be the first of two interpreters from "Crafting
Interpreters".

Change-Id: I354ddd2357444648d0245f35d92176dd176525d8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2142
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/rlox/.gitignore')
-rw-r--r--users/tazjin/rlox/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/tazjin/rlox/.gitignore b/users/tazjin/rlox/.gitignore
new file mode 100644
index 0000000000..29e65519ba
--- /dev/null
+++ b/users/tazjin/rlox/.gitignore
@@ -0,0 +1,3 @@
+result
+/target
+**/*.rs.bk