From f8e6fd30de25fa350f55bf1dc1e0c02b1c50460b Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 15 Apr 2024 18:29:42 +0200 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 067431411..ff4dd38bb 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/