Reviewers: danno,

Message:
Hi Danno, here is the gitignore change to support GNU Global.

Description:
git shoult ignore gtags and htags (GNU Global) output.

[email protected]
BUG=


Please review this at https://codereview.chromium.org/11369148/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M .gitignore


Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 0bf9313353ff93f95bf8f6d8c110cc17169ccea3..dfbd54017e6dd17bab26d0d5c1dd7ca80aafb056 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,8 @@ shell_g
 /xcodebuild
 TAGS
 *.Makefile
+GTAGS
+GRTAGS
+GSYMS
+GPATH
+/HTML


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to