You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ck...@apache.org on 2018/06/14 14:00:39 UTC

logging-log4j-audit git commit: Add .gitignore

Repository: logging-log4j-audit
Updated Branches:
  refs/heads/master 87c06adb0 -> fb376c260


Add .gitignore


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/commit/fb376c26
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/tree/fb376c26
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/diff/fb376c26

Branch: refs/heads/master
Commit: fb376c2604fcbaf492db1e18c0f8c8ce30be3e9b
Parents: 87c06ad
Author: Carter Kozak <ck...@apache.org>
Authored: Thu Jun 14 08:35:27 2018 -0400
Committer: Carter Kozak <ck...@apache.org>
Committed: Thu Jun 14 10:00:25 2018 -0400

----------------------------------------------------------------------
 .gitignore | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/fb376c26/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..853b772
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,32 @@
+# 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
+.idea/
+*.ipr
+*.iml
+*.iws
+out/
+/classes
+
+# Eclipse
+.metadata
+.settings/
+.loadpath
+.classpath
+.project
+
+# Maven
+target/