Updated .gitignore for files added & removed

This commit is contained in:
troymc 2016-08-17 14:01:52 +02:00
parent 329cf9cf81
commit 5735e554bc

7
.gitignore vendored
View File

@ -65,12 +65,11 @@ target/
# pyenv # pyenv
.python-version .python-version
# Private key files from AWS
*.pem
# Some files created when deploying a cluster on AWS # Some files created when deploying a cluster on AWS
deploy-cluster-aws/conf/rethinkdb.conf deploy-cluster-aws/conf/rethinkdb.conf
deploy-cluster-aws/hostlist.py
deploy-cluster-aws/confiles/ deploy-cluster-aws/confiles/
deploy-cluster-aws/client_confile deploy-cluster-aws/client_confile
deploy-cluster-aws/hostlist.py
deploy-cluster-aws/ssh_key.py
benchmarking-tests/hostlist.py benchmarking-tests/hostlist.py
benchmarking-tests/ssh_key.py