]> git.ipfire.org Git - thirdparty/strongswan.git/commit
gitignore: Don't ignore proposal_keywords.c
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)
commitf8e6fd30de25fa350f55bf1dc1e0c02b1c50460b
tree7fae65bf670ccfbfdf2ca3e94b08ae2a69c96254
parent5f99a28381735cdc040e6092311062b4a88d67f2
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