strongswan/.gitignore
Tobias Brunner f8e6fd30de 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
2024-04-15 18:29:42 +02:00

58 lines
583 B
Plaintext

/Android.common.mk
Makefile
Makefile.in
aclocal.m4
autom4te.cache
compile
config.guess
config.sub
configure
config.h.in
config.h
stamp-h1
depcomp
install-sh
ltmain.sh
missing
ylwrap
.libs
.deps
config.log
config.status
libtool
.dirstamp
*.l[ao]
*.[ao]
*.exe
y.tab.[ch]
lex.yy.c
*keywords.c
!proposal_keywords.c
plugin_constructors.c
Doxyfile
apidoc/
fuzzing-corpora/
*~
*.orig
*.patch
*.diff
*.tar.bz2
*.tar.gz
.DS_Store
._.DS_Store
coverage/
*.gcno
*.gcda
*.gcov
.cproject
.project
.metadata/
.settings/
/*.config
/*.creator
/*.creator.*
/*.files
/*.includes
test-driver
nbproject/