dnet-dedup/.gitignore

44 lines
402 B
Plaintext
Raw Normal View History

2019-04-03 17:43:55 +02:00
*~
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
2019-04-03 12:22:33 +02:00
**/.DS_Store
2018-11-12 14:22:19 +01:00
2019-04-03 17:43:55 +02:00
.project
.classpath
.settings
**/.project
**/.classpath
**/.settings
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*