Skip to content

Commit

Permalink
Add heap / thread dumps to .gitignore (#12711)
Browse files Browse the repository at this point in the history
Motivation:

We should not commit heap / thread dumps by mistake.

Modifications:

Add dump related files to .gitignore

Result:

No commit dumps by mistake
  • Loading branch information
normanmaurer committed Aug 18, 2022
1 parent 0123e24 commit b6b4584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
hs_err_pid*.log
replay_pid*.log

# JVM dumps
*.hprof.xz
*.threads

dependency-reduced-pom.xml

*/.unison.*
Expand Down

0 comments on commit b6b4584

Please sign in to comment.