From 9da504c6a0b8e96348961793e1687b10e6b87c45 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 29 Aug 2014 06:41:52 +0200 Subject: Improve .html filtering in .gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f5c6e7cf0..361fdf72d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ __pycache__ .ropeproject # We can probably remove these later *.asciidoc -*.html +/doc/*.html +/README.html -- cgit v1.2.3-54-g00ecf