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

Side by Side Diff: .gitignore

Issue 2087593002: GN (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 4 years, 6 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 | .gn » ('j') | no next file with comments »
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 .deps_sha1
7 .gclient* 7 .gclient*
8 .gm-actuals 8 .gm-actuals
9 .gradle 9 .gradle
10 .idea 10 .idea
(...skipping 16 matching lines...) Expand all
27 /skps 27 /skps
28 skia.conf 28 skia.conf
29 third_party/externals 29 third_party/externals
30 tools/skp/page_sets/data/*.json 30 tools/skp/page_sets/data/*.json
31 tools/skp/page_sets/data/*.wpr 31 tools/skp/page_sets/data/*.wpr
32 xcodebuild 32 xcodebuild
33 33
34 build 34 build
35 buildtools 35 buildtools
36 tools/clang 36 tools/clang
37 third_party/llvm-build
OLDNEW
« no previous file with comments | « no previous file | .gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698