Add pem and out files to gitignore
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
c23ad2715f
commit
264f2ddbe2
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -25,3 +25,9 @@ _testmain.go
|
|||
|
||||
# never checkin from the bin file (for now)
|
||||
bin/*
|
||||
|
||||
# Test key files
|
||||
*.pem
|
||||
|
||||
# Cover profiles
|
||||
*.out
|
||||
|
|
Loading…
Reference in a new issue