From 2baf6826c9e730e56363e2f812e521835d35a872 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 1 Jul 2015 10:32:24 -0400 Subject: [PATCH] [1.7.x] Backported .gitignore and .hgignore from master. --- .gitignore | 2 ++ .hgignore | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 5f1338f2322..504361b225a 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 fc6cc0d1384..8c900d573a9 100644 --- a/.hgignore +++ b/.hgignore @@ -4,6 +4,12 @@ syntax:glob *.pot *.py[co] __pycache__ +MANIFEST +dist/ docs/_build/ +docs/locale/ +node_modules/ tests/coverage_html/ tests/.coverage +build/ +tests/report/