diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -26,6 +26,12 @@ hs_err_pid* .idea *.iml +# Eclipse IDE +.project +.classpath +.settings +bin + # Maven target target/ @@ -40,4 +46,6 @@ buildNumber.properties .mvn/wrapper/maven-wrapper.jar # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid*
\ No newline at end of file +hs_err_pid* + +opt/
\ No newline at end of file |