Updated ignore patterns

This commit is contained in:
ngb
2021-12-23 09:20:28 +01:00
parent 0fb7a4d4b0
commit 1a929e49a5

11
.gitignore vendored
View File

@@ -1,5 +1,7 @@
# Compiled class file # Compiled class file
*.class *.class
out/
# Log file # Log file
*.log *.log
@@ -21,3 +23,12 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*
# IDE files
.idea/
*.iml
# Thumbnails
.DS_Store
._*
Thumbs.db