diff options
author | John Resig <jeresig@gmail.com> | 2009-12-09 23:45:56 -0800 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-12-09 23:45:56 -0800 |
commit | 5473b041c07a370b696e16f9f73a8f6f47f34259 (patch) | |
tree | be916c73dccf8e093a34ae75c7e8054fc29c4191 /.gitignore | |
parent | 88572ee6924c2322c9d405280b493c4a894f14e2 (diff) | |
download | jquery-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-- | .gitignore | 1 |
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 |