From 06f0dc8bb680ab674e8d3691b733c6e2cd2db6c9 Mon Sep 17 00:00:00 2001 From: "danno@chromium.org" Date: Tue, 13 Nov 2012 21:43:38 +0000 Subject: [PATCH] git should ignore .d8_history (d8 readline history) R=danno@chromium.org Review URL: https://chromiumcodereview.appspot.com/11365168 Patch from Adam Klein . git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12954 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ec0660f..fe8425f0 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ #*# *~ .cpplint-cache +.d8_history d8 d8_g shell -- 2.7.4