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
|
.project
|
||||||
.classpath
|
.classpath
|
||||||
.settings
|
.settings
|
||||||
|
|
||||||
#IntelliJ IDEA project files and directories
|
# IntelliJ IDEA project files and directories
|
||||||
*.iml
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
*.iws
|
*.iws
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
#Geany project file
|
# Geany project file
|
||||||
.geany
|
.geany
|
||||||
|
|
||||||
#KDevelop project file and directory
|
# KDevelop project file and directory
|
||||||
.kdev4/
|
.kdev4/
|
||||||
*.kdev4
|
*.kdev4
|
||||||
|
|
||||||
#Build targets
|
# Build targets
|
||||||
/target
|
/target
|
||||||
*/target
|
*/target
|
||||||
|
|
||||||
#Report directories
|
# Report directories
|
||||||
/reports
|
/reports
|
||||||
*/reports
|
*/reports
|
||||||
|
|
||||||
#Mac-specific directory that no other operating system needs.
|
# Mac-specific directory that no other operating system needs.
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# JVM crash logs
|
||||||
|
hs_err_pid*.log
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user