From 08124537ab39d7dd3dabcb3f44037a1241e8396f Mon Sep 17 00:00:00 2001 From: Chip Childers Date: Mon, 10 Sep 2012 10:38:42 -0400 Subject: [PATCH] Added gitignore for deps/*.jar so that the files are not added back into the source tree. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8a38aeea220..e5bd1558290 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ deps/cloud.userlibraries git-remote-https.exe.stackdump *.swp tools/devcloud/devcloudbox/.vagrant +deps/*.jar