mirror of
https://github.com/curl/curl.git
synced 2025-09-10 22:22:43 +03:00
gitignore: ignore output files created by mk-ca-bundle.pl
- Ignore mk-ca-bundle.pl's default output files ca-bundle.crt and certdata.txt. Closes https://github.com/curl/curl/pull/15781
This commit is contained in:
parent
a9d881c725
commit
b7be4011c6
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -37,6 +37,8 @@ aclocal.m4
|
||||||
aclocal.m4.bak
|
aclocal.m4.bak
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
buildinfo.txt
|
buildinfo.txt
|
||||||
|
ca-bundle.crt
|
||||||
|
certdata.txt
|
||||||
compile
|
compile
|
||||||
config.cache
|
config.cache
|
||||||
config.guess
|
config.guess
|
||||||
|
|
Loading…
Reference in New Issue
Block a user