From 5473b041c07a370b696e16f9f73a8f6f47f34259 Mon Sep 17 00:00:00 2001 From: John Resig Date: Wed, 9 Dec 2009 23:45:56 -0800 Subject: [PATCH] Ignore html files living in the main directory (likely being used for testing). --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d7b9250..db50662 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ dist *.patch test/qunit src/sizzle +/*.html -- 1.7.10.4