diff options
Diffstat (limited to 'testing/web-platform/tests/tools/.gitignore')
-rw-r--r-- | testing/web-platform/tests/tools/.gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/tests/tools/.gitignore b/testing/web-platform/tests/tools/.gitignore new file mode 100644 index 0000000000..c59f948fdb --- /dev/null +++ b/testing/web-platform/tests/tools/.gitignore @@ -0,0 +1,17 @@ +*# +.coverage +.coverage.* +htmlcov/ +coverage.xml +.cache/ +.hypothesis/ +*.py[co] +*.sw[po] +*~ +\#* +runner/MANIFEST.json + +# WAVE +!wave/www/lib +!wave/export/lib +!wave/export/css |