diff --git a/.gitignore b/.gitignore index 8d100f23..74035e60 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ # A handy place to put stuff that git should ignore: /ignore/ support/async/ -support/dryice/ support/jsdom/ support/node-htmlparser/ support/node-o3-xml/ diff --git a/.gitmodules b/.gitmodules index 6074430c..c2f78613 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,7 @@ url = git://github.com/ajaxorg/cockpit.git [submodule "support/pilot"] path = support/pilot - url = git://github.com/ajaxorg/pilot.git \ No newline at end of file + url = git://github.com/ajaxorg/pilot.git +[submodule "support/dryice"] + path = support/dryice + url = git://github.com/ajaxorg/dryice.git diff --git a/support/dryice b/support/dryice new file mode 160000 index 00000000..52608117 --- /dev/null +++ b/support/dryice @@ -0,0 +1 @@ +Subproject commit 526081177013d46d6a80c0e581412e4279296360