Browse Source

HADOOP-11194. Ignore .keep files (kasha)

(cherry picked from commit d5084b9fa30771bffb03f2bad69304141c6e4303)
Karthik Kambatla 10 years ago
parent
commit
cdf265de4f
2 changed files with 3 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 2 0
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 1 - 0
.gitignore

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

+ 2 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

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