summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2019-07-05 22:18:24 -0500
committerSamuel Holland <samuel@sholland.org>2019-07-05 22:32:22 -0500
commitcba4ab803b4e925520e950d704cc9821b68eef5c (patch)
treeb962d325881b3cb54422f6ed20202ee198c1aeda
parent1db574fa1f339f77999d3988251e13a266201083 (diff)
downloaduserland-cba4ab803b4e925520e950d704cc9821b68eef5c.tar.gz
userland-cba4ab803b4e925520e950d704cc9821b68eef5c.tar.bz2
userland-cba4ab803b4e925520e950d704cc9821b68eef5c.tar.xz
userland-cba4ab803b4e925520e950d704cc9821b68eef5c.zip
gitignore: ignore yacc-generated c
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 567609b..20b863a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
build/
+bin/expr/expr.c