diff --git a/.gitignore b/.gitignore index f6660d0..4dd886f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,25 @@ # Intellij .idea/ *.iml -*.iws \ No newline at end of file +*.iws +# eclipse specific +*.pydevproject +.project +.metadata +bin/** +tmp/** +tmp/**/* +*.tmp +*.bak +*.swp +*~.nib +local.properties +.classpath +.settings/ +.loadpath + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch \ No newline at end of file