dnet-dedup/.gitignore

34 lines
315 B
Plaintext
Raw Normal View History

2018-10-01 16:59:23 +02:00
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
*target
2018-10-01 16:59:23 +02:00
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
2018-10-02 10:26:19 +02:00
*.idea
*.iml
2018-10-02 10:26:19 +02:00
2018-11-12 14:22:19 +01:00
.DS_Store
2018-10-01 16:59:23 +02:00
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*