From c08a15fa58f09ae96b6b9d6e3c65dc9874e3dc92 Mon Sep 17 00:00:00 2001 From: Ramy Asselin Date: Fri, 16 Sep 2016 10:13:47 -0700 Subject: [PATCH] Ignore test data in web/share/elastic-recheck web_server.py looks for test json data in web/share/elastic-recheck, and html pages in /web/share/data. These should never be commited. Change-Id: I397aefed1a5ca3800b0f039c3a338e582ab1a509 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8298eb92..5e4ed038 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,7 @@ doc/source/api/* # pbr generates these AUTHORS ChangeLog + +# Local data to test web-served html pages +web/share/elastic-recheck +web/share/data