diff options
author | AlanCoding <arominge@redhat.com> | 2018-05-24 21:48:13 +0200 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2018-05-24 21:48:13 +0200 |
commit | 1790b1703f1985be8668ae1da303d27dcd4b1119 (patch) | |
tree | b23dfad0e8e75cc32991bddf3a10ef69a798d2fb /.gitignore | |
parent | Merge pull request #1920 from wenottingham/great-pexpectations (diff) | |
download | awx-1790b1703f1985be8668ae1da303d27dcd4b1119.tar.xz awx-1790b1703f1985be8668ae1da303d27dcd4b1119.zip |
ignore new test artifact being produced
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b1674af811..137c233c19 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,7 @@ pep8.txt scratch testem.log awx/awx_test.sqlite3-journal +.pytest_cache/ # Mac OS X *.DS_Store |