mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-09 00:00:27 -05:00
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:
parent
192581e785
commit
ec9f986b61
3
src/libstrongswan/.gitignore
vendored
3
src/libstrongswan/.gitignore
vendored
@ -1,2 +1,5 @@
|
||||
oid.[ch]
|
||||
proposal_keywords_static.[ch]
|
||||
settings/settings_lexer.c
|
||||
settings/settings_parser.[ch]
|
||||
settings_parser.output
|
||||
3
src/libstrongswan/settings/.gitignore
vendored
3
src/libstrongswan/settings/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
settings_lexer.c
|
||||
settings_parser.[ch]
|
||||
settings_parser.output
|
||||
2
src/starter/.gitignore
vendored
2
src/starter/.gitignore
vendored
@ -2,4 +2,4 @@ starter
|
||||
keywords.[ch]
|
||||
parser/lexer.c
|
||||
parser/parser.[ch]
|
||||
parser/parser.output
|
||||
parser.output
|
||||
Loading…
x
Reference in New Issue
Block a user