Add nebula-cert.exe and cert files to .gitignore (#722)

This commit is contained in:
John Maguire 2022-12-20 16:52:51 -05:00 committed by GitHub
parent b5a85a6eb8
commit ff54bfd9f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

8
.gitignore vendored
View File

@ -4,10 +4,14 @@
/nebula-arm6 /nebula-arm6
/nebula-darwin /nebula-darwin
/nebula.exe /nebula.exe
/cert/*.crt /nebula-cert.exe
/cert/*.key
/coverage.out /coverage.out
/cpu.pprof /cpu.pprof
/build /build
/*.tar.gz /*.tar.gz
/e2e/mermaid/ /e2e/mermaid/
**.crt
**.key
**.pem
!/examples/quickstart-vagrant/ansible/roles/nebula/files/vagrant-test-ca.key
!/examples/quickstart-vagrant/ansible/roles/nebula/files/vagrant-test-ca.crt