diff options
author | jeresig <jeresig@gmail.com> | 2009-11-30 15:45:16 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2009-11-30 15:45:16 -0500 |
commit | 6798df54f40b316ce65c4e44e3c0370356956dd7 (patch) | |
tree | 7f575b2c94432f0fee149de9b908276b002e8d16 /.gitignore | |
parent | e514e67cd24db3daf7658d53138a4fbef5fdc0c2 (diff) | |
download | jquery-6798df54f40b316ce65c4e44e3c0370356956dd7.tar.gz jquery-6798df54f40b316ce65c4e44e3c0370356956dd7.zip |
Switched from using Git Submodules to just doing a straight clone of the QUnit and Sizzle directories. Works much better for what we want.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 13b675a66..d7b925026 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ dist *~ *.diff *.patch +test/qunit +src/sizzle |