From: Erik Johnson Date: Mon, 19 Mar 2018 21:03:29 +0000 (-0500) Subject: Add .pytest_cache/ to gitignore X-Git-Tag: 2.11.0~122^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ef99c3d6ab0a9e552ebaea93245ec3e1e2dccb3;p=thirdparty%2Fjinja.git Add .pytest_cache/ to gitignore --- diff --git a/.gitignore b/.gitignore index 05d1207d..28588b42 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ venv-*/ .coverage .coverage.* htmlcov +.pytest_cache/