From 911817d514196fdd9abe7bbb5c8db3184b51b22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Sat, 23 Nov 2013 19:22:38 +0100 Subject: [PATCH] Have git ignore local overrides in tests --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2631c631..ec6cd833 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.py[co] .coverage test_elasticsearch/cover +test_elasticsearch/local.py docs/_build elasticsearch.egg-info .tox