From 62c265fe543c446722f355e5438da8b4127c5f8b Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Wed, 7 Mar 2012 08:01:06 -0600 Subject: [PATCH] Ignore heap dumps created during profiling (*.hprof) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e186fb288..d18dd136b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /tool/target/ /runtime/Java/target/ -/gunit/target/ \ No newline at end of file +/gunit/target/ +*.hprof \ No newline at end of file