Bladeren bron

Update .gitignore to ignore Eclipse config files

frans 8 jaren geleden
bovenliggende
commit
3805af9d65
2 gewijzigde bestanden met toevoegingen van 11 en 25 verwijderingen
  1. 0 21
      .classpath
  2. 11 4
      .gitignore

+ 0 - 21
.classpath

@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" output="target/classes" path="src">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" path="res"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="output" path="target/classes"/>
-</classpath>

+ 11 - 4
.gitignore

@@ -1,5 +1,12 @@
-/bin/
-/target/
+.settings/
+.classpath
 .project
-.settings
-.DS_Store
+
+tmp/
+*.tmp
+*.bak
+*.swp
+
+bin/
+target/
+.DS_Store