summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-02-15 17:57:53 -0600
committerNicolas Williams <nico@cryptonector.com>2015-02-15 18:34:44 -0600
commit8cef5a37ab9d53ee81500b93f44e410c7814a512 (patch)
treebc4cd1706f10ec47acba98565b9399e92796a93e /.gitignore
parent8afdeee785140f3f916321f2a24b4c02d99131ee (diff)
Add --disable-maintainer-mode; make bison optional
Also flex is now optional. The outputs of flex and bison are now committed. By default they get built, but users who want to build from git can now ./configure --disable-maintainer-mode to turn off the dependency on bison and flex. Maintainers must, of course, commit the bison and/or flex outputs when they make changes to parser.y and/or lexer.l, respectively.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index f5689661..0f722c29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,12 +16,6 @@ jq.1
# Something delightfully recursive happens otherwise
docs/content/2.download/source/*
-# Autogenerated
-lexer.c
-lexer.h
-parser.c
-parser.h
-
# Autotools junk
.libs
.deps