From bcb717428f7f9833ac38ef73a42779ee7c7ee8ca Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Fri, 4 Jan 2013 21:25:42 +0000 Subject: [PATCH] .gitignore: Add *.mk, created as part of ChromiumOS build Contributed by Josh Triplett 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 --- AUTHORS | 1 + webrtc/.gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 webrtc/.gitignore diff --git a/AUTHORS b/AUTHORS index ab2f4a1c9..7bfcf16fc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,6 +3,7 @@ Google Inc. Mozilla Foundation +Intel Corporation Ben Strong Petar Jovanovic Martin Storsjo diff --git a/webrtc/.gitignore b/webrtc/.gitignore new file mode 100644 index 000000000..9c8d698f3 --- /dev/null +++ b/webrtc/.gitignore @@ -0,0 +1,2 @@ +# This file is for projects that checkout webrtc/ directly (e.g. Chromium). +*.mk