From b7aa036b9a766787a1b91d28c3a87166b925a30a Mon Sep 17 00:00:00 2001 From: Les Hazlewood Date: Wed, 17 Apr 2013 04:20:17 +0000 Subject: [PATCH] SHIRO-431: added .gitignore. Thanks for the pull request! git-svn-id: https://svn.apache.org/repos/asf/shiro/trunk@1468742 13f79535-47bb-0310-9956-ffa450edef68 --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..42cc59f398 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# 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. + +# IntelliJ +*.ipr +*.iml +*.iws +.idea/ + +# +# Eclipse metadata. +# +.project +.classpath +.settings/ + +# +# Eclipse and Maven output folders. +# +bin/ +target/ + +# +# Maven release metadata +# +release.properties +pom.xml.* +-