.gitignore: Add *.target.mk, generated when building as part of ChromiumOS

BUG=None TEST=Build Chromium and ChromiumOS from source, and run "repo status", with and without this change. Contributed by Josh Triplett <josh.triplett@intel.com> git-svn-id: https://angleproject.googlecode.com/svn/trunk@1316 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 6b38df54
......@@ -6,4 +6,4 @@ Release
*.vcproj.*
*.vcxproj.user
patches-*
*.target.mk
......@@ -51,6 +51,7 @@ Cloud Party, Inc.
Intel Corporation
Jin Yang
Andy Chen
Josh Triplett
Mozilla Corp.
Ehsan Akhgari
......
#define MAJOR_VERSION 1
#define MINOR_VERSION 0
#define BUILD_VERSION 0
#define BUILD_REVISION 1315
#define BUILD_REVISION 1316
#define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment