HADOOP-11194. Ignore .keep files (kasha)

This commit is contained in:
Karthik Kambatla 2014-10-20 11:29:09 -04:00
parent da80c4da41
commit d5084b9fa3
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
*.iws
*.orig
*.rej
**/.keep
.idea
.svn
.classpath

View File

@ -662,6 +662,8 @@ Release 2.6.0 - UNRELEASED
HADOOP-10681. Remove unnecessary synchronization from Snappy & Zlib
codecs. (Gopal Vijayaraghavan via acmurthy)
HADOOP-11194. Ignore .keep files. (kasha)
BUG FIXES
HADOOP-11182. GraphiteSink emits wrong timestamps (Sascha Coenen via raviprak)