Explorar o código

HADOOP-10609. .gitignore should ignore .orig and .rej files. (kasha)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1595412 13f79535-47bb-0310-9956-ffa450edef68
Karthik Kambatla %!s(int64=11) %!d(string=hai) anos
pai
achega
9c5a2f812e
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 2 0
      .gitignore
  2. 2 0
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 2 - 0
.gitignore

@@ -1,6 +1,8 @@
 *.iml
 *.ipr
 *.iws
+*.orig
+*.rej
 .idea
 .svn
 .classpath

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

@@ -53,6 +53,8 @@ Release 2.5.0 - UNRELEASED
 
     HADOOP-10588. Workaround for jetty6 acceptor startup issue. (kihwal)
 
+    HADOOP-10609. .gitignore should ignore .orig and .rej files. (kasha)
+
   OPTIMIZATIONS
 
   BUG FIXES