Repository: calcite-avatica-go Updated Branches: refs/heads/master cb2d4cb45 -> 55a42a2e5
Add ASF license header to gitignore Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/55a42a2e Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/55a42a2e Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/55a42a2e Branch: refs/heads/master Commit: 55a42a2e5b017dffe9d63ab507794ac2b3da5b56 Parents: cb2d4cb Author: Francis Chuang <[email protected]> Authored: Thu Apr 19 11:59:06 2018 +1000 Committer: Francis Chuang <[email protected]> Committed: Thu Apr 19 11:59:49 2018 +1000 ---------------------------------------------------------------------- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/55a42a2e/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 25f4abd..2267a66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to you under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +*~ vendor/ avatica-tmp/ dist/
