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

Side by Side Diff: .gitignore

Issue 1693963005: bin/sync-and-gyp: start using gclient (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-02-16 (Tuesday) 12:14:21 EST Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | bin/sync-and-gyp » ('j') | bin/sync-and-gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.pyc 1 *.pyc
2 *.swp 2 *.swp
3 *.iml 3 *.iml
4 .DS_Store 4 .DS_Store
5 .android_config 5 .android_config
6 .deps_sha1
6 .gclient* 7 .gclient*
7 .gm-actuals 8 .gm-actuals
8 .gradle 9 .gradle
9 .idea 10 .idea
10 .cproject 11 .cproject
11 .project 12 .project
12 .settings/ 13 .settings/
13 TAGS 14 TAGS
14 bower_components 15 bower_components
15 common 16 common
16 gyp/build 17 gyp/build
17 out 18 out
18 platform_tools/android/apps/build 19 platform_tools/android/apps/build
19 platform_tools/android/apps/*.properties 20 platform_tools/android/apps/*.properties
20 platform_tools/android/apps/*/build 21 platform_tools/android/apps/*/build
21 platform_tools/android/apps/*/src/main/libs 22 platform_tools/android/apps/*/src/main/libs
22 platform_tools/chromeos/third_party/externals 23 platform_tools/chromeos/third_party/externals
23 platform_tools/chromeos/toolchain 24 platform_tools/chromeos/toolchain
24 /skps 25 /skps
25 third_party/externals 26 third_party/externals
26 tools/skp/page_sets/data/*.json 27 tools/skp/page_sets/data/*.json
27 tools/skp/page_sets/data/*.wpr 28 tools/skp/page_sets/data/*.wpr
28 xcodebuild 29 xcodebuild
OLDNEW
« no previous file with comments | « no previous file | bin/sync-and-gyp » ('j') | bin/sync-and-gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698