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:
Tobias Brunner
2024-04-15 18:29:42 +02:00
parent 5f99a28381
commit f8e6fd30de
+1
View File
@@ -27,6 +27,7 @@ libtool
y.tab.[ch]
lex.yy.c
*keywords.c
!proposal_keywords.c
plugin_constructors.c
Doxyfile
apidoc/