summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-10-31 17:54:29 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-10-31 18:02:32 -0400
commit11c93eafd9b19546a1190a7cf8c9d5bf70a56e58 (patch)
treed9fd3169b8347871f9aab42e187fde5406354846 /.gitignore
parent9e55cdb1ea5cd8318a1a0b7a9f64f09e8d8ad692 (diff)
discovered a bug where stuff isn't typed before being eval'd. trying to fix it.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 02d75f2..7337ed8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ a.out
out.c
tests/**/*.c
tests/**/*.bin
+vgcore* \ No newline at end of file