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

Side by Side Diff: samples/github/android/GithubSample/.gitignore

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments 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
OLDNEW
1 .gradle 1 .gradle
2 /local.properties 2 /local.properties
3 /.idea/codeStyleSettings.xml 3 /.idea/codeStyleSettings.xml
4 /.idea/workspace.xml 4 /.idea/workspace.xml
5 /.idea/libraries 5 /.idea/libraries
6 .DS_Store 6 .DS_Store
7 /build 7 /build
8 /captures 8 /captures
9 9
10 /app/src/main/java/fletch 10 /app/src/main/java/dartino
11 /app/src/main/res/raw/github_snapshot 11 /app/src/main/res/raw/github_snapshot
12 libfletch.so 12 libdartino.so
13 gdbserver 13 gdbserver
14 gdb.setup 14 gdb.setup
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698