diff --git a/.gitignore b/.gitignore index 9e543a98..a4fddbf7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,7 @@ - -### Eclipse ### -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.loadpath -.recommenders - +# ignore eclipse directories and project files +.settings/ +.project +.classpath ### Maven ### target/