diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-02-07 19:34:42 -0500 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-02-07 19:34:42 -0500 |
| commit | 39ba97edf49270715ec61bedb7d4a62ada819ba0 (patch) | |
| tree | bc31e300b098b70531c295aaf4d05337af72f9a8 | |
| parent | bbc666edbaf425c568567e00a335f6a4feceef09 (diff) | |
Tweak gitignore
| -rw-r--r-- | JPratt/.classpath | 4 | ||||
| -rw-r--r-- | JPratt/.gitignore | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/JPratt/.classpath b/JPratt/.classpath index ba3f517..5a1c5bf 100644 --- a/JPratt/.classpath +++ b/JPratt/.classpath @@ -7,16 +7,14 @@ </attributes> </classpathentry> <classpathentry kind="src" path="src/examples/java"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> <attributes> <attribute name="maven.pomderived" value="true"/> - <attribute name="module" value="true"/> </attributes> </classpathentry> <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute name="maven.pomderived" value="true"/> - <attribute name="module" value="true"/> </attributes> </classpathentry> <classpathentry kind="src" output="target/test-classes" path="src/test/java"> diff --git a/JPratt/.gitignore b/JPratt/.gitignore index 1a92f2e..8034f9b 100644 --- a/JPratt/.gitignore +++ b/JPratt/.gitignore @@ -2,3 +2,4 @@ /target/ HTML/ .settings/ +.classpath |
