MineChess/.gitignore

40 lines
409 B
Plaintext
Raw Permalink Normal View History

2021-10-04 23:04:17 +02:00
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
2021-10-04 23:06:29 +02:00
# Eclipse
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
*.classpath
*.project
local.properties
.settings/
.loadpath
.recommenders