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
This commit is contained in:
Ramy Asselin 2016-09-16 10:13:47 -07:00
parent 964e9ad646
commit c08a15fa58
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -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