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

Delta Between Two Patch Sets: .gitignore

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Left Patch Set: removed gradlew.bat - it relates to issue-4324 Created Sept. 16, 2016, 11:27 a.m.
Right Patch Set: changed packages, now using AdblockEngine (original ABPEngine), improved demo app Created Oct. 25, 2016, 11:20 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 | .hgignore » ('j') | 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 1 syntax: glob
2 2
3 crowdin.yaml 3 crowdin.yaml
4 libadblockplus-android/libs/armeabi* 4 libadblockplus-android/libs/armeabi*
5 libadblockplus-android/libs/x86 5 libadblockplus-android/libs/x86
6 .idea 6 .idea
7 *.iml 7 *.iml
8 **/bin 8 **/bin
9 **/obj 9 **/obj
10 **/gen 10 **/gen
11 **/build 11 **/build
12 **/local.properties 12 **/local.properties
13 **/ant.properties 13 **/ant.properties
14 upload.py 14 upload.py
15 .DS_Store 15 .DS_Store
16 .* 16 .*
17 !.gitignore 17 !.gitignore
18 buildtools 18 buildtools
19 **/target 19 **/target
20 !.hgignore
LEFTRIGHT
« no previous file | .hgignore » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld