Tell Git to ignore .pem private key files from AWS

This commit is contained in:
troymc 2016-03-23 09:17:35 +01:00
parent 955fd86a7f
commit 2fd92f0356
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -65,3 +65,5 @@ target/
# pyenv
.python-version
# Private key files from AWS
*.pem