Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Issue 363006: Add some ffmpeg/yasm dirs to .gitignore. (Closed)

Created:
11 years, 1 month ago by Evan Martin
Modified:
9 years, 7 months ago
Reviewers:
awong
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add some ffmpeg/yasm dirs to .gitignore. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30985

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M .gitignore View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Evan Martin
11 years, 1 month ago (2009-11-04 19:35:23 UTC) #1
awong
11 years, 1 month ago (2009-11-04 20:02:15 UTC) #2
LGTM

On Wed, Nov 4, 2009 at 11:35 AM, <evan@chromium.org> wrote:

> Reviewers: awong,
>
> Description:
> Add some ffmpeg/yasm dirs to .gitignore.
>
> Please review this at http://codereview.chromium.org/363006
>
> Affected files:
>  M .gitignore
>
>
> Index: .gitignore
> diff --git a/.gitignore b/.gitignore
> index
>
dae0a0910ca70a57a5b0f4f9c3fc3c10dcb6598e..a531dcae37ed21b2c697eab398525f1db9ed7906
> 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -40,6 +40,7 @@
>  /third_party/WebKit
>  /third_party/cygwin
>  /third_party/ffmpeg/binaries
> +/third_party/ffmpeg/source/patched-ffmpeg-mt
>  /third_party/forge
>  /third_party/googlemac
>  /third_party/hunspell
> @@ -54,6 +55,7 @@
>  /third_party/skia
>  /third_party/tcmalloc/tcmalloc
>  /third_party/xdg-utils
> +/third_party/yasm/source/patched-yasm
>  /tools/distcc
>  /tools/grit/grit/test/data
>  /tools/gyp
>
>
>

Powered by Google App Engine
This is Rietveld 408576698