From 961e4a1e12a08bd1758fd59158fbfb33f450df30 Mon Sep 17 00:00:00 2001 From: krego Date: Mon, 5 Feb 2018 19:17:33 +0100 Subject: [PATCH] =?UTF-8?q?=C2=96Add=20missing=20gitignore=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/wpt/mozilla/.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/wpt/mozilla/.gitignore diff --git a/tests/wpt/mozilla/.gitignore b/tests/wpt/mozilla/.gitignore new file mode 100644 index 00000000000..b8cec944c11 --- /dev/null +++ b/tests/wpt/mozilla/.gitignore @@ -0,0 +1,10 @@ +*# +*.py[co] +*.sw[po] +*~ +MANIFEST.json +\#* +.vscode/ +.DS_Store +*.rej +_venv