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

Side by Side Diff: .gitignore

Issue 1230773003: Move android_gdb_tmp into out/ (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Ignore android_gdb_tmp. Created 5 years, 5 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 | no next file » | 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 .DS_Store 3 .DS_Store
4 .android_config 4 .android_config
5 .gclient* 5 .gclient*
6 .gm-actuals 6 .gm-actuals
7 .cproject 7 .cproject
8 .project 8 .project
9 .settings/ 9 .settings/
10 TAGS 10 TAGS
11 android_gdb_tmp
scroggo 2015/07/10 15:47:26 Alternatively, should this go somewhere else? (e.g
11 bower_components 12 bower_components
12 common 13 common
13 gyp/build 14 gyp/build
14 out 15 out
15 platform_tools/chromeos/third_party/externals 16 platform_tools/chromeos/third_party/externals
16 platform_tools/chromeos/toolchain 17 platform_tools/chromeos/toolchain
17 skps 18 skps
18 third_party/externals 19 third_party/externals
19 tools/skp/page_sets/data/*.json 20 tools/skp/page_sets/data/*.json
20 tools/skp/page_sets/data/*.wpr 21 tools/skp/page_sets/data/*.wpr
21 xcodebuild 22 xcodebuild
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698