From: Tobias Brunner Date: Mon, 15 Apr 2024 16:29:42 +0000 (+0200) Subject: gitignore: Don't ignore proposal_keywords.c X-Git-Tag: android-2.5.2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8e6fd30de25fa350f55bf1dc1e0c02b1c50460b;p=thirdparty%2Fstrongswan.git 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 --- diff --git a/.gitignore b/.gitignore index 0674314116..ff4dd38bb0 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ libtool y.tab.[ch] lex.yy.c *keywords.c +!proposal_keywords.c plugin_constructors.c Doxyfile apidoc/