494685033e
+ Ignore fernet keys in .gitignore + Ansible throws up now on an integer + Fernet keys belong in the fernet-keys directory (I think this was a copy and paste error that was never patched.) Change-Id: Ie6805a8852d638f4a2597d976815d749c41cfc06
16 lines
239 B
Plaintext
16 lines
239 B
Plaintext
*.py[cod]
|
|
|
|
# Ansible files
|
|
*.retry
|
|
|
|
# Prevent hosts files from sneaking into the git repo
|
|
ansible/hosts
|
|
|
|
# Prevent any fernet keys from sneaking into git repo
|
|
ansible/browbeat/roles/keystone-token/files/[0-9]
|
|
|
|
log/*
|
|
|
|
# Swap files
|
|
*.sw[po]
|