From 91a395fa807dda9a59ce9bfd17da90767b09e249 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 1 Jul 2015 10:41:23 -0400 Subject: [PATCH] [1.4.x] Backported .gitignore and .hgignore from master. --- .gitignore | 7 +++++++ .hgignore | 9 ++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 105829ac74..504361b225 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,13 @@ *.egg-info *.pot *.py[co] +__pycache__ +MANIFEST +dist/ docs/_build/ +docs/locale/ +node_modules/ tests/coverage_html/ tests/.coverage +build/ +tests/report/ diff --git a/.hgignore b/.hgignore index 3dc253a3c1..8c900d573a 100644 --- a/.hgignore +++ b/.hgignore @@ -3,6 +3,13 @@ syntax:glob *.egg-info *.pot *.py[co] +__pycache__ +MANIFEST +dist/ docs/_build/ +docs/locale/ +node_modules/ tests/coverage_html/ -tests/.coverage \ No newline at end of file +tests/.coverage +build/ +tests/report/