forked from TrueCloudLab/distribution
Merge pull request #169 from stevvooe/pem-out-gitignore
Add pem and out files to gitignore
This commit is contained in:
commit
89f73a37e9
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)
|
# never checkin from the bin file (for now)
|
||||||
bin/*
|
bin/*
|
||||||
|
|
||||||
|
# Test key files
|
||||||
|
*.pem
|
||||||
|
|
||||||
|
# Cover profiles
|
||||||
|
*.out
|
||||||
|
|
Loading…
Reference in a new issue