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

Issue 2897016: Add a .gitignore to the repo so that non-emerge dev flow works. (Closed)

Created:
10 years, 5 months ago by petkov
Modified:
9 years, 7 months ago
Reviewers:
adlr
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

Add a .gitignore to the repo so that non-emerge dev flow works. BUG=none TEST=git ls-files -i --exclude-standard

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -0 lines) Patch
A .gitignore View 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
petkov
10 years, 5 months ago (2010-07-13 21:08:58 UTC) #1
adlr
10 years, 5 months ago (2010-07-13 21:28:35 UTC) #2
LGTM

On Tue, Jul 13, 2010 at 2:08 PM, <petkov@chromium.org> wrote:

> Reviewers: adlr,
>
> Description:
> Add a .gitignore to the repo so that non-emerge dev flow works.
>
> BUG=none
> TEST=git ls-files -i --exclude-standard
>
>
> Please review this at http://codereview.chromium.org/2897016/show
>
> SVN Base: ssh://git@gitrw.chromium.org:9222/update_engine.git
>
> Affected files:
>  A .gitignore
>
>
> Index: .gitignore
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index
>
0000000000000000000000000000000000000000..983594ec5655b414f27410c81ab17d77b826a5b8
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,30 @@
> +#
> +# NOTE! Please use 'git ls-files -i --exclude-standard'
> +# command after changing this file, to see if there are
> +# any tracked files which get ignored after the change.
> +#
> +
> +# Standard excludes
> +*~
> +*.a
> +*.o
> +
> +# Build/test generated files
> +*.gcda
> +*.gcno
> +/.sconsign.dblite
> +/app.info
> +/delta_generator
> +/html/
> +/marshal.glibmarshal.c
> +/marshal.glibmarshal.h
> +/quitquitquit*
> +/test_http_server
> +/update_engine
> +/update_engine.dbusclient.h
> +/update_engine.dbusserver.h
> +/update_engine_client
> +/update_engine_unittests
> +/update_metadata.pb.cc
> +/update_metadata.pb.h
> +
>
>
>

Powered by Google App Engine
This is Rietveld 408576698