Repository: hadoop Updated Branches: refs/heads/branch-2.9 cc1331a38 -> e7b957c95
HADOOP-15689. Add "*.patch" into .gitignore file of branch-2. Contributed by Rui Gao. (cherry picked from commit ac7eef4131eb7e39abda5c34636a2ffb6ba984b8) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e7b957c9 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e7b957c9 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e7b957c9 Branch: refs/heads/branch-2.9 Commit: e7b957c95fb130febbd6d50c1d0e62cd5a78c71a Parents: cc1331a Author: Takanobu Asanuma <[email protected]> Authored: Thu Aug 23 00:39:03 2018 +0900 Committer: Takanobu Asanuma <[email protected]> Committed: Thu Aug 23 00:48:17 2018 +0900 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/e7b957c9/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index fb67e69..d1f4ecb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ *.sdf *.suo *.vcxproj.user +*.patch .idea .svn .classpath --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
