Repository: sqoop Updated Branches: refs/heads/sqoop2 721ea34d6 -> b5f30d5cc
SQOOP-1339: Synchronize .gitignore files (Abraham Elmahrek via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/b5f30d5c Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/b5f30d5c Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/b5f30d5c Branch: refs/heads/sqoop2 Commit: b5f30d5cc81b580161b56b00b5add066912c93b5 Parents: 721ea34 Author: Jarek Jarcec Cecho <[email protected]> Authored: Tue Jun 24 09:05:20 2014 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Tue Jun 24 09:05:20 2014 -0700 ---------------------------------------------------------------------- .gitignore | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/b5f30d5c/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 201f81a..f192f93 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,31 @@ -.classpath -.project -.settings -target -*.iml +# 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. *.eml -*.log -.idea +*.iml *.ipr *.iws +*.log +*~ +.classpath +.idea +.project +.settings nb-configuration.xml patch-process +target + +# Sqoop2 specific
