From 92e1ace57563ac1230b0a80bfb9427c9728f784b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 1 Jul 2015 10:31:13 -0400 Subject: [PATCH] [1.8.x] Backported .gitignore and .hgignore from master. --- .gitignore | 2 ++ .hgignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 5f1338f232..504361b225 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ MANIFEST dist/ docs/_build/ docs/locale/ +node_modules/ tests/coverage_html/ tests/.coverage build/ +tests/report/ diff --git a/.hgignore b/.hgignore index 0cd691d1c6..8c900d573a 100644 --- a/.hgignore +++ b/.hgignore @@ -8,6 +8,8 @@ MANIFEST dist/ docs/_build/ docs/locale/ +node_modules/ tests/coverage_html/ tests/.coverage build/ +tests/report/