aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-12-09 23:45:56 -0800
committerJohn Resig <jeresig@gmail.com>2009-12-09 23:45:56 -0800
commit5473b041c07a370b696e16f9f73a8f6f47f34259 (patch)
treebe916c73dccf8e093a34ae75c7e8054fc29c4191 /.gitignore
parent88572ee6924c2322c9d405280b493c4a894f14e2 (diff)
downloadjquery-5473b041c07a370b696e16f9f73a8f6f47f34259.tar.gz
jquery-5473b041c07a370b696e16f9f73a8f6f47f34259.zip
Ignore html files living in the main directory (likely being used for testing).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d7b925026..db506622b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ dist
*.patch
test/qunit
src/sizzle
+/*.html