diff options
author | Sam Doran <sdoran@redhat.com> | 2018-04-12 15:41:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-12 15:41:57 +0200 |
commit | 34260cb4e66885eb514502dd1b61557f029e5e3f (patch) | |
tree | 076150f1a4399f501cad847d1135837667c45077 /.gitignore | |
parent | better error when wrong type passed to import_play (#36592) (diff) | |
download | ansible-34260cb4e66885eb514502dd1b61557f029e5e3f.tar.xz ansible-34260cb4e66885eb514502dd1b61557f029e5e3f.zip |
Ignore .pytest_cache (#38401)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d09dd4050a..893d7e00f9 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,7 @@ credentials.yml *.out .tox .cache +.pytest_cache results.xml coverage.xml /test/units/cover-html |