aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/craftinginterpreters/lox/.gitignore
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-11-11 21:07:19 -0800
committerGravatar Tom Willemse2020-11-11 21:07:19 -0800
commit09600801287ee5f219c4389688f81ec3b5ab5404 (patch)
treed214e5968641f9373392a2503132e032d37375ec /src/com/craftinginterpreters/lox/.gitignore
parentf6cdbabe1cd74616b2d88cce211bd95f21098b12 (diff)
downloadcrafting-interpreters-09600801287ee5f219c4389688f81ec3b5ab5404.tar.gz
crafting-interpreters-09600801287ee5f219c4389688f81ec3b5ab5404.zip
Split CMake project into several files
Diffstat (limited to 'src/com/craftinginterpreters/lox/.gitignore')
-rw-r--r--src/com/craftinginterpreters/lox/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/craftinginterpreters/lox/.gitignore b/src/com/craftinginterpreters/lox/.gitignore
new file mode 100644
index 0000000..0260b11
--- /dev/null
+++ b/src/com/craftinginterpreters/lox/.gitignore
@@ -0,0 +1 @@
+Expr.java