Ignore verbose parser generator output file more generally

Depending on from where bison is called, the file might not end up in
the same directory as the .y file, but the location of the Makefile.
This has been seen on FreeBSD.
This commit is contained in:
Tobias Brunner 2020-12-14 17:52:06 +01:00
parent 192581e785
commit ec9f986b61
3 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,5 @@
oid.[ch]
proposal_keywords_static.[ch]
settings/settings_lexer.c
settings/settings_parser.[ch]
settings_parser.output

View File

@ -1,3 +0,0 @@
settings_lexer.c
settings_parser.[ch]
settings_parser.output

View File

@ -2,4 +2,4 @@ starter
keywords.[ch]
parser/lexer.c
parser/parser.[ch]
parser/parser.output
parser.output