Add JVM crash logs to .gitignore
This commit is contained in:
parent
2a30d0c22a
commit
ccbc19a45f
20
.gitignore
vendored
20
.gitignore
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user