0c256abd76
Create a tox.ini file to install bashate into a virtualenv for running tests. It can be run with a command such as "tox -v -ebashate". The find command being used is equivalent to the default list of files discovered by bashate plus the exclusion of the .tox/ directory. Also add the .tox/ directory to the .gitignore file. Change-Id: I94cab4e4a9118d62edfce29ead1f1e2a5f48e529
25 lines
226 B
Plaintext
25 lines
226 B
Plaintext
*~
|
|
.*.sw?
|
|
*.log
|
|
*.log.[1-9]
|
|
*.pem
|
|
.localrc.auto
|
|
.prereqs
|
|
.tox
|
|
.stackenv
|
|
accrc
|
|
docs/files
|
|
docs/html
|
|
files/*.gz
|
|
files/*.qcow2
|
|
files/images
|
|
files/pip-*
|
|
files/get-pip.py
|
|
local.conf
|
|
local.sh
|
|
localrc
|
|
proto
|
|
shocco
|
|
src
|
|
stack-screenrc
|