Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: .gitignore

Issue 29385633: Issue 4998 - Add .gitignore (Closed)
Left Patch Set: Created March 16, 2017, 8:43 a.m.
Right Patch Set: removed 'syntax' Created March 16, 2017, 11:06 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 syntax: glob
2
3 crowdin.yaml 1 crowdin.yaml
4 **/libs/armeabi* 2 **/libs/armeabi*
5 **/libs/x86 3 **/libs/x86
6 **/bin 4 **/bin
7 **/obj 5 **/obj
8 **/gen 6 **/gen
9 **/build 7 **/build
10 **/local.properties 8 **/local.properties
11 **/ant.properties 9 **/ant.properties
12 **/buildtools 10 **/buildtools
13 **/target 11 **/target
14 .idea 12 .idea
15 *.iml 13 *.iml
16 upload.py 14 upload.py
17 .DS_Store 15 .DS_Store
18 .* 16 .*
19 !.gitignore 17 !.gitignore
20 !.hgignore 18 !.hgignore
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld