| # Maven | |
| target/ | |
| .flattened-pom.xml | |
| # Eclipse | |
| .classpath | |
| .project | |
| .settings/ | |
| bin/ | |
| bin-test/ | |
| # Idea | |
| .idea | |
| *.iml | |
| # NetBeans | |
| nb-configuration.xml | |
| # emacs | |
| *~ | |
| # mac | |
| .DS_Store | |
| # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | |
| hs_err_pid* |