# ----------- java ---------------- *.class # Package Files # *.jar *.war *.ear # ----------- svn ---------------- .svn/ # ----------- eclipse ---------------- *.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 # CDT-specific .cproject # PDT-specific .buildpath # ----------- maven ---------------- target/ # ----------- netbeans ---------------- nbproject/private/ build/ nbbuild/ dist/ nbdist/ nbactions.xml nb-configuration.xml # ----------- vim ---------------- .*.s[a-w][a-z] *.un~ Session.vim .netrwhist *~ # ----------- osx ---------------- .DS_Store .AppleDouble .LSOverride Icon # Thumbnails ._* # Files that might appear on external disk .Spotlight-V100 .Trashes # ----------- win ---------------- # Windows image file caches Thumbs.db ehthumbs.db # Folder config file Desktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ # ----------- lin ---------------- .* !.gitignore *~