From 8cef5a37ab9d53ee81500b93f44e410c7814a512 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Sun, 15 Feb 2015 17:57:53 -0600 Subject: 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. --- .gitignore | 6 ------ 1 file changed, 6 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.3