From d783a29c345d52b009bd8574e4347b5da6c41c8f Mon Sep 17 00:00:00 2001 From: Manik Surtani <manik@surtani.org> Date: Mon, 4 Jul 2011 15:46:31 +0100 Subject: [PATCH] Update .gitignore to ignore IntelliJ project files, and to allow README files in db lib directories --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 38509541..5e04d01a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,8 @@ build .classpath .project .settings -db/*/lib/* +db/*/lib/*.jar +db/*/lib/*.zip +*.iml +.idea -- GitLab