TAJO-1491: Add patch files to gitignore Signed-off-by: Jakob Homan <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/fdb098b9 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/fdb098b9 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/fdb098b9 Branch: refs/heads/index_support Commit: fdb098b9b71d33e65d6dc788ec9366533f3a3f71 Parents: 968633f Author: Jakob Homan <[email protected]> Authored: Tue Mar 31 14:36:02 2015 -0700 Committer: Jakob Homan <[email protected]> Committed: Wed Apr 1 12:02:17 2015 -0700 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/fdb098b9/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 5a7b037..5bca77c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ atlassian-ide-plugin.xml # Vim files *.swp + +# Patch files +*.patch
