diff options
author | Carl Fürstenberg <azatoth@gmail.com> | 2011-03-15 20:16:09 +0100 |
---|---|---|
committer | Carl Fürstenberg <azatoth@gmail.com> | 2011-03-15 20:16:09 +0100 |
commit | 150d3decb54971a7378fb48d0b6970d3fb50ff95 (patch) | |
tree | bcad5923582690f21654490537dbdba25971c6d6 /.gitignore | |
parent | 714ae379db9dcb704c04080196a05d13a028f7a4 (diff) | |
download | jquery-150d3decb54971a7378fb48d0b6970d3fb50ff95.tar.gz jquery-150d3decb54971a7378fb48d0b6970d3fb50ff95.zip |
Introduce submodules, closes #8536
Instead of the manual clone of sizzle and qunit, use git submodules
instead. this will ensure that all future releases can be recreated by
checking out an tag.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index a77d67a96..6cd547974 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,5 @@ dist *~ *.diff *.patch -test/qunit -src/sizzle /*.html .DS_Store |