diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e4b6605c0..bf6214070 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ tests/**/*.pyc .eggs # Some testing related things -cache/ +integration-cache/ tmp .coverage .coverage.* |