HADOOP-11194. Ignore .keep files (kasha)
This commit is contained in:
parent
da80c4da41
commit
d5084b9fa3
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
*.iws
|
||||
*.orig
|
||||
*.rej
|
||||
**/.keep
|
||||
.idea
|
||||
.svn
|
||||
.classpath
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user