diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2019-10-31 17:54:29 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2019-10-31 18:02:32 -0400 |
commit | 11c93eafd9b19546a1190a7cf8c9d5bf70a56e58 (patch) | |
tree | d9fd3169b8347871f9aab42e187fde5406354846 /.gitignore | |
parent | 9e55cdb1ea5cd8318a1a0b7a9f64f09e8d8ad692 (diff) |
discovered a bug where stuff isn't typed before being eval'd. trying to fix it.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ a.out out.c tests/**/*.c tests/**/*.bin +vgcore*
\ No newline at end of file |