Repository: hadoop Updated Branches: refs/heads/branch-2.8 a896a011d -> 610c718a4
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/610c718a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/610c718a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/610c718a Branch: refs/heads/branch-2.8 Commit: 610c718a46438576b8e6bfe2555b53e17b597132 Parents: a896a01 Author: Takanobu Asanuma <[email protected]> Authored: Thu Aug 23 00:39:03 2018 +0900 Committer: Takanobu Asanuma <[email protected]> Committed: Thu Aug 23 00:47:46 2018 +0900 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/610c718a/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 3b8ef62..bf8c99b 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]
