Add JVM crash logs to .gitignore

This commit is contained in:
Trustin Lee 2014-05-18 21:34:51 +09:00
parent 998afe09bf
commit c99939628c

4
.gitignore vendored
View File

@ -26,3 +26,7 @@
# Mac-specific directory that no other operating system needs.
.DS_Store
# JVM crash logs
hs_err_pid*.log