From 1b506cd60f824ca678010e562b61020632d4b0b8 Mon Sep 17 00:00:00 2001 From: Matt Pardee Date: Fri, 18 Feb 2011 02:41:21 -0800 Subject: [PATCH] Ignore custom submodules --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e8323948..65700fe6 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,10 @@ .*.gz # A handy place to put stuff that git should ignore: -/ignore/ \ No newline at end of file +/ignore/ +support/async/ +support/dryice/ +support/jsdom/ +support/node-htmlparser/ +support/node-o3-xml/ +support/requirejs/ \ No newline at end of file