diff --git a/Concurrency/.classpath b/Concurrency/.classpath deleted file mode 100644 index 298eba2..0000000 --- a/Concurrency/.classpath +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/Concurrency/.gitignore b/Concurrency/.gitignore index 1fa817f..520e0b1 100644 --- a/Concurrency/.gitignore +++ b/Concurrency/.gitignore @@ -1,2 +1,4 @@ target/ .settings/ +.classpath +.project diff --git a/Concurrency/.project b/Concurrency/.project deleted file mode 100644 index 407e637..0000000 --- a/Concurrency/.project +++ /dev/null @@ -1,23 +0,0 @@ - - - Concurrency - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.m2e.core.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/Sorting/.classpath b/Sorting/.classpath deleted file mode 100644 index 298eba2..0000000 --- a/Sorting/.classpath +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/Sorting/.gitignore b/Sorting/.gitignore index 9cd502b..748b8ba 100644 --- a/Sorting/.gitignore +++ b/Sorting/.gitignore @@ -1,3 +1,5 @@ target/ bin/ .settings/ +.classpath +.project diff --git a/Sorting/.project b/Sorting/.project deleted file mode 100644 index 48afb46..0000000 --- a/Sorting/.project +++ /dev/null @@ -1,23 +0,0 @@ - - - Sorting - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.m2e.core.maven2Nature - org.eclipse.jdt.core.javanature - -