Skip to content

Commit

Permalink
Merge pull request #512 from xeviknal/ignore-e2e-cache
Browse files Browse the repository at this point in the history
Ignore cache files from pytest e2e suite
  • Loading branch information
mattmahoneyrh committed Sep 21, 2018
2 parents 2341510 + 82eb41a commit 0ec03f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -34,3 +34,7 @@ _output

# Configuration files for the hack scripts
hack/*.local.sh

# E2E testing files
tests/e2e/.pytest_cache
tests/e2e/**/__pycache__

0 comments on commit 0ec03f6

Please sign in to comment.