Reviewers: Sven Panne,

Description:
Ignore arch specific Makefiles when running "git status".

This should make git ignore the following Makefiles:

Makefile-armu
Makefile-ia32
Makefile-mipsu
Makefile-x64

[email protected]

Patch from Thiago Farina <[email protected]>

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

SVN Base: git://github.com/v8/v8.git@master

Affected files:
  M .gitignore


Index: .gitignore
diff --git a/.gitignore b/.gitignore
index a04811d3c12c938d166dd8db5f6f020203177e8d..00e810eff8eff4906e6a9ceaa45242ed90a5c278 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,6 +50,7 @@ shell_g
 /xcodebuild
 TAGS
 *.Makefile
+Makefile-*
 GTAGS
 GRTAGS
 GSYMS


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to