From 72e02fcb2db9c9e1c745159b5383904677606270 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 4 Apr 2011 23:25:30 -0700 Subject: [PATCH] We no longer have jars in lib/ and we should ignore the Maven target directory as well. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0426ccb7..283c01d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ dist -lib/*.jar +target