Repository: incubator-pirk Updated Branches: refs/heads/master b68871f58 -> 60e00d25c
adding in .gitignore Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/60e00d25 Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/60e00d25 Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/60e00d25 Branch: refs/heads/master Commit: 60e00d25cdadc4e43c08a3c78b542eb3410d8829 Parents: b68871f Author: eawilliams <[email protected]> Authored: Tue Jul 12 09:44:49 2016 -0400 Committer: eawilliams <[email protected]> Committed: Tue Jul 12 09:44:49 2016 -0400 ---------------------------------------------------------------------- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/60e00d25/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..32e9eb2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# 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. + +# Maven ignores +/target/ + +# IDE ignores +/.settings/ +/.project +/.classpath
