
+ Move metadata to its own .gitignore-d directory + Add elasticsearch configuration to other browbeat config files in conf/ + Adjustments to base .gitignore to ignore ansible retry files and removing legacy pbench-hosts-file Change-Id: I7e3205f070e5f66e508cb486ae2306d28d4982bd
13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
*.py[cod]
|
|
|
|
# Ansible files
|
|
*.retry
|
|
|
|
# Prevent hosts files from sneaking into the git repo
|
|
ansible/hosts
|
|
|
|
log/*
|
|
|
|
# Swap files
|
|
*.sw[po]
|