Add JVM crash logs to .gitignore
This commit is contained in:
parent
30a2956398
commit
a14735630b
44
.gitignore
vendored
44
.gitignore
vendored
@ -1,11 +1,35 @@
|
|||||||
/.project
|
|
||||||
/.classpath
|
|
||||||
/.settings
|
|
||||||
/target
|
|
||||||
/reports
|
|
||||||
/src/main/java/org/jboss/netty/util/Version.java
|
/src/main/java/org/jboss/netty/util/Version.java
|
||||||
/*.iml
|
|
||||||
/*.ipr
|
# Eclipse project files
|
||||||
/*.iws
|
.project
|
||||||
/.metadata
|
.classpath
|
||||||
/.idea/
|
.settings
|
||||||
|
.metadata
|
||||||
|
|
||||||
|
# IntelliJ IDEA project files and directories
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# Geany project file
|
||||||
|
.geany
|
||||||
|
|
||||||
|
# KDevelop project file and directory
|
||||||
|
.kdev4/
|
||||||
|
*.kdev4
|
||||||
|
|
||||||
|
# Build targets
|
||||||
|
/target
|
||||||
|
*/target
|
||||||
|
|
||||||
|
# Report directories
|
||||||
|
/reports
|
||||||
|
*/reports
|
||||||
|
|
||||||
|
# Mac-specific directory that no other operating system needs.
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# JVM crash logs
|
||||||
|
hs_err_pid*.log
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user