Skip to content

Commit

Permalink
gitignore: Don't ignore proposal_keywords.c
Browse files Browse the repository at this point in the history
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 #2014
  • Loading branch information
tobiasbrunner committed Apr 15, 2024
1 parent 5f99a28 commit f8e6fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -27,6 +27,7 @@ libtool
y.tab.[ch]
lex.yy.c
*keywords.c
!proposal_keywords.c
plugin_constructors.c
Doxyfile
apidoc/
Expand Down

0 comments on commit f8e6fd3

Please sign in to comment.