Add pem and out files to gitignore

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day 2015-02-11 15:45:03 -08:00
parent c23ad2715f
commit 264f2ddbe2
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -25,3 +25,9 @@ _testmain.go
# never checkin from the bin file (for now)
bin/*
# Test key files
*.pem
# Cover profiles
*.out