.gitignore: Add *.mk, created as part of ChromiumOS build

Contributed by Josh Triplett <josh.triplett@intel.com>

BUG=None
TEST=Build Chromium and ChromiumOS from source, and run "repo status",
     with and without this change.

Review URL: https://webrtc-codereview.appspot.com/1000006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3334 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2013-01-04 21:25:42 +00:00
parent f545cf8f10
commit bcb717428f
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
Google Inc.
Mozilla Foundation
Intel Corporation
Ben Strong <bstrong@gmail.com>
Petar Jovanovic <petarj@mips.com>
Martin Storsjo <martin@martin.st>

2
webrtc/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# This file is for projects that checkout webrtc/ directly (e.g. Chromium).
*.mk