mirror of
https://github.com/slackhq/nebula.git
synced 2025-10-19 15:53:16 +00:00
Add nebula-cert.exe and cert files to .gitignore (#722)
This commit is contained in:
parent
b5a85a6eb8
commit
ff54bfd9f3
1 changed files with 6 additions and 2 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -4,10 +4,14 @@
|
|||
/nebula-arm6
|
||||
/nebula-darwin
|
||||
/nebula.exe
|
||||
/cert/*.crt
|
||||
/cert/*.key
|
||||
/nebula-cert.exe
|
||||
/coverage.out
|
||||
/cpu.pprof
|
||||
/build
|
||||
/*.tar.gz
|
||||
/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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue