diff options
author | Rechi <Rechi@users.noreply.github.com> | 2020-02-15 07:11:14 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2020-02-15 07:11:14 +0100 |
commit | 0535b3aa45b043a4b577e40313ed8ce6e61c6f85 (patch) | |
tree | 40c382d1a03a5f583b26c31afb8258a7b04cc5d5 /.gitignore | |
parent | e2b66f0db58cfa012c2cb64959565f3082439061 (diff) |
move cacert.pem to system/certs
This avoids rebuilding depends if cacert.pem gets updated
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index d369a425bc..63eb7712f1 100644 --- a/.gitignore +++ b/.gitignore @@ -322,9 +322,6 @@ cmake_install.cmake /docs/html exclude_dll.txt -#certificates -/system/certs/ - # VS git tools doesn't work for true out of tree builds and it's # useful to be able to work on multiple configs /build*/ |