browbeat/.gitignore
Alex Krzos 494685033e Fix issues with Keystone token adjustment playbook
+ 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
2016-06-23 08:51:28 -04:00

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]