browbeat/.gitignore
Joe Talerico 73957eadc4 Add log files
Store a debug log in ./log/ to help the user determine any possible
issues that might popup. The stdout (info) might not provide enough
information

+Added Logic for Rally

Change-Id: I9ca1f42c061ae912fde9af414ada0d328615f458
2016-02-08 20:01:25 -05:00

11 lines
171 B
Plaintext

*.py[cod]
# Prevent hosts files from sneaking into the git repo
ansible/hosts
ansible/pbench-host-file
# Prevent Results from sneaking into the git repo
results/
log/*