From 3528a27b1b0beeeb4e929bd33024cf8c2996bead Mon Sep 17 00:00:00 2001 From: brucedawson Date: Mon, 16 Nov 2015 11:01:54 -0800 Subject: [PATCH] Flesh out webrtc/.gitignore Chromium only checks out the webrtc directory so it misses the root level .gitignore file which leads to messy "git status" reports inside third_party/webrtc. This copies the root level .gitignore so that .vcxproj files, the OSX equivalent, and other files will be ignored. Some of the entries are irrelevant, but it is better too have a few irrelevant entries than to be missing some, and the simplicity of copying is valuable. NOTRY=True TBR=henrika@webrtc.org Review URL: https://codereview.webrtc.org/1432413002 Cr-Commit-Position: refs/heads/master@{#10656} --- webrtc/.gitignore | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/webrtc/.gitignore b/webrtc/.gitignore index 9c8d698f37..b5abe8ef68 100644 --- a/webrtc/.gitignore +++ b/webrtc/.gitignore @@ -1,2 +1,29 @@ -# This file is for projects that checkout webrtc/ directly (e.g. Chromium). -*.mk +# This file is for projects that checkout webrtc/ directly (e.g. Chromium). It +# is a truncated copy of the .gitignore file in the parent directory. +*.DS_Store +*.Makefile +*.host.mk +*.ncb +*.ninja +*.props +*.pyc +*.rules +*.scons +*.sdf +*.sln +*.suo +*.target.mk +*.targets +*.user +*.vcproj +*.vcxproj +*.vcxproj.filters +*.vpj +*.vpw +*.vpwhistu +*.vtg +*.xcodeproj +*_proto.xml +*_proto_cpp.xml +*~ +.*.sw?