From: John Resig Date: Thu, 10 Dec 2009 07:45:56 +0000 (-0800) Subject: Ignore html files living in the main directory (likely being used for testing). X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=5473b041c07a370b696e16f9f73a8f6f47f34259 Ignore html files living in the main directory (likely being used for testing). --- 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