Merge pull request #169 from stevvooe/pem-out-gitignore

Add pem and out files to gitignore
This commit is contained in:
Stephen Day 2015-02-12 14:27:30 -08:00
commit 89f73a37e9

6
.gitignore vendored
View file

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