common/.gitignore

27 lines
318 B
Plaintext
Raw Normal View History

2021-09-26 04:58:28 +00:00
/build/
/testoutput/
2021-09-26 04:58:28 +00:00
*/build/*
2021-09-24 04:54:47 +00:00
# Compiled class file
*.class
2021-09-24 05:08:25 +00:00
.DS_Store
2021-09-24 04:54:47 +00:00
# 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*