Skip to content

Commit b6b4584

Browse files
committed
Add heap / thread dumps to .gitignore (#12711)
Motivation: We should not commit heap / thread dumps by mistake. Modifications: Add dump related files to .gitignore Result: No commit dumps by mistake
1 parent 0123e24 commit b6b4584

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
hs_err_pid*.log
3333
replay_pid*.log
3434

35+
# JVM dumps
36+
*.hprof.xz
37+
*.threads
38+
3539
dependency-reduced-pom.xml
3640

3741
*/.unison.*

0 commit comments

Comments
 (0)