You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/03/10 04:34:22 UTC

logging-chainsaw git commit: Update gitignore to remove build files

Repository: logging-chainsaw
Updated Branches:
  refs/heads/master 2fea11c96 -> c4cfebfcb


Update gitignore to remove build files


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

Branch: refs/heads/master
Commit: c4cfebfcb8cc4a364e8246bab36281c914544520
Parents: 2fea11c
Author: Matt Sicker <bo...@gmail.com>
Authored: Fri Mar 9 22:33:43 2018 -0600
Committer: Matt Sicker <bo...@gmail.com>
Committed: Fri Mar 9 22:33:43 2018 -0600

----------------------------------------------------------------------
 .classpath | 10 ----------
 .gitignore |  6 +++++-
 .project   | 23 -----------------------
 3 files changed, 5 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/c4cfebfc/.classpath
----------------------------------------------------------------------
diff --git a/.classpath b/.classpath
deleted file mode 100644
index 52bceae..0000000
--- a/.classpath
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="src" path="src/test/java"/>
-	<classpathentry excluding="**" kind="src" output="src/main/resources" path="src/main/resources"/>
-	<classpathentry excluding="**" kind="src" output="src/test/resources" path="src/test/resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-	<classpathentry kind="output" path="target/classes"/>
-</classpath>

http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/c4cfebfc/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index eb5a316..a3d06f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,5 @@
-target
+target/
+.classpath
+.project
+.idea/
+*.iml

http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/c4cfebfc/.project
----------------------------------------------------------------------
diff --git a/.project b/.project
deleted file mode 100644
index d2a35f5..0000000
--- a/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>log4j-chainsaw-maven</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.maven.ide.eclipse.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>org.maven.ide.eclipse.maven2Nature</nature>
-	</natures>
-</projectDescription>