summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2010-09-27 22:56:20 +0000
committerRobert Gemmell <robbie@apache.org>2010-09-27 22:56:20 +0000
commitc72dffa16c4af41f6565bd926907124ba3b687d3 (patch)
tree3c011e27d65cf5650815724918a7318cf256ba6e /.gitignore
parentc9a6d40068cca80ad37b9021e1f637ae5f94b206 (diff)
downloadqpid-python-c72dffa16c4af41f6565bd926907124ba3b687d3.tar.gz
QPID-2857: Remove the FindBugs binarys from the repository and add instructions on how to download and use it.
This is necessary because whilst its deps are fine, FindBugs itself is LGPL licenced. It also doesnt hurt to remove 15MB of optional binaries from the release. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1001951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 283441acef..82f38c3c44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,7 +35,8 @@ release
.settings
generated/
target
-qpid/java/lib/cobertura/
+qpid/java/lib/cobertura
+qpid/java/lib/findbugs
# Intellij Project files
*.iml
*.ipr