HBASE-1489 Basic git ignores for people who use git and eclipse

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@782508 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nitay Joffe 2009-06-08 02:34:08 +00:00
parent f68c18d8c2
commit 82675aae86
2 changed files with 8 additions and 1 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
/.classpath
/.externalToolBuilders
/.project
/.settings
/build
/logs

View File

@ -167,7 +167,6 @@ Release 0.20.0 - Unreleased
via Andrew Purtell)
HBASE-1486 BLOCKCACHE always on even when disabled (Lars George via Stack)
HBASE-1491 ZooKeeper errors: "Client has seen zxid 0xe our last zxid is 0xd"
HBASE-1490 Update ZooKeeper library
IMPROVEMENTS
HBASE-1089 Add count of regions on filesystem to master UI; add percentage
@ -314,6 +313,8 @@ Release 0.20.0 - Unreleased
HBASE-1478 Remove hbase master options from shell (Nitay Joffe via Stack)
HBASE-1462 hclient still seems to depend on master
HBASE-1143 region count erratic in master UI
HBASE-1490 Update ZooKeeper library
HBASE-1489 Basic git ignores for people who use git and eclipse
OPTIMIZATIONS
HBASE-1412 Change values for delete column and column family in KeyValue