]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
gitignore: Don't ignore proposal_keywords.c master
authorTobias Brunner <tobias@strongswan.org>
Mon, 15 Apr 2024 16:29:42 +0000 (18:29 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 15 Apr 2024 16:29:42 +0000 (18:29 +0200)
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

index 0674314116dcda9bc03a8c9a4d8a6778375fc825..ff4dd38bb01e7d67cb42aca2ad1b8bda95e998c1 100644 (file)
@@ -27,6 +27,7 @@ libtool
 y.tab.[ch]
 lex.yy.c
 *keywords.c
+!proposal_keywords.c
 plugin_constructors.c
 Doxyfile
 apidoc/