Repository: hadoop Updated Branches: refs/heads/branch-2 8e09ff918 -> ac7eef413
HADOOP-15689. Add "*.patch" into .gitignore file of branch-2. Contributed by Rui Gao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ac7eef41 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ac7eef41 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ac7eef41 Branch: refs/heads/branch-2 Commit: ac7eef4131eb7e39abda5c34636a2ffb6ba984b8 Parents: 8e09ff9 Author: Takanobu Asanuma <[email protected]> Authored: Thu Aug 23 00:39:03 2018 +0900 Committer: Takanobu Asanuma <[email protected]> Committed: Thu Aug 23 00:39:03 2018 +0900 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/ac7eef41/.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]
