aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-19 22:14:18 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-19 22:14:18 +0000
commitf2a7153067561a82f5aaf9edd1cb9e01ee12cb6b (patch)
treeb5f19e340297815855f3be9d0813735c0cc97f48 /.gitignore
parent5bb277cc67c7c3fa8fa3024f1ed3da81a71636e2 (diff)
downloadCompiler-f2a7153067561a82f5aaf9edd1cb9e01ee12cb6b.tar.gz
Compiler-f2a7153067561a82f5aaf9edd1cb9e01ee12cb6b.zip
Completely working recursion and with correct frame
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index aae6581..994633a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,6 @@ out/
# emacs temp files
.#*
+
+
+vgcore.*