gitignore: Don't ignore proposal_keywords.c
If somebody copies our .gitignore and tries to import the source code, the proposal_keywords.c file will not be added as it's ignored by the `*keywords.c` pattern we use to ignore gperf-generated source files. Closes strongswan/strongswan#2014
This commit is contained in:
@@ -27,6 +27,7 @@ libtool
|
|||||||
y.tab.[ch]
|
y.tab.[ch]
|
||||||
lex.yy.c
|
lex.yy.c
|
||||||
*keywords.c
|
*keywords.c
|
||||||
|
!proposal_keywords.c
|
||||||
plugin_constructors.c
|
plugin_constructors.c
|
||||||
Doxyfile
|
Doxyfile
|
||||||
apidoc/
|
apidoc/
|
||||||
|
|||||||
Reference in New Issue
Block a user