From fb93d4064a3cc0ec5d1280cb55a703b61b2e083a Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Wed, 11 Jan 2012 14:44:55 +0100 Subject: Add .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..fefd7f21 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/dist/ +/tests/html-tests/output/ -- cgit v1.2.3 From 7829173d5c619f93edb5075d66e2ed15c4cc73c6 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Sun, 15 Jan 2012 13:19:54 +0100 Subject: Add /tests/html-tests/tests/*index*.ref to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fefd7f21..fdf5086a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /dist/ /tests/html-tests/output/ +/tests/html-tests/tests/doc-index.html.ref +/tests/html-tests/tests/index-frames.html.ref +/tests/html-tests/tests/index.html.ref -- cgit v1.2.3