Ignore hs_err_pid*.log as they are created by JRE crashes

We don't need to track these files from hosted mode crashes.
Keeping them in .gitignore makes it easier to "git add ." and
not worry about them being included into the project.

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2008-11-22 13:52:42 -08:00
parent 0c745a49e1
commit 1d638cec61

1
.gitignore vendored
View File

@@ -1 +1,2 @@
/config.mak
hs_err_pid*.log