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

20
.gitignore vendored
View File

@ -1,28 +1,32 @@
#Eclipse project files
# Eclipse project files
.project
.classpath
.settings
#IntelliJ IDEA project files and directories
# IntelliJ IDEA project files and directories
*.iml
*.ipr
*.iws
.idea/
#Geany project file
# Geany project file
.geany
#KDevelop project file and directory
# KDevelop project file and directory
.kdev4/
*.kdev4
#Build targets
# Build targets
/target
*/target
#Report directories
# Report directories
/reports
*/reports
#Mac-specific directory that no other operating system needs.
.DS_Store
# Mac-specific directory that no other operating system needs.
.DS_Store
# JVM crash logs
hs_err_pid*.log