update gitignore

This commit is contained in:
JunkJumper 2020-09-02 14:51:00 +02:00
parent e852afc59a
commit 09e43c2301

40
.gitignore vendored Normal file → Executable file
View File

@ -1,17 +1,11 @@
# For JAVA
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
@ -19,8 +13,32 @@
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/bin/
*.jar
*.war
*.ear
*.class
*.classpath
# eclipse specific git ignore
.DS_Store
.project
.metadata
/bin/
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
.recommenders
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
/.clover/