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

Side by Side Diff: .gitignore

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « no previous file | .hgignore » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 syntax: glob 1 syntax: glob
2 2
3 libadblockplus-android/ant.properties
4 libadblockplus-android/local.properties
5 crowdin.yaml 3 crowdin.yaml
6 libadblockplus-android/bin
7 libadblockplus-android/libs/armeabi* 4 libadblockplus-android/libs/armeabi*
8 libadblockplus-android/libs/x86 5 libadblockplus-android/libs/x86
9 libadblockplus-android/obj
10 libadblockplus-android/gen
11 .idea 6 .idea
12 *.iml 7 *.iml
8 **/bin
9 **/obj
10 **/gen
11 **/build
12 **/local.properties
13 **/ant.properties
13 upload.py 14 upload.py
14 .DS_Store 15 .DS_Store
16 .*
17 !.gitignore
18 buildtools
19 **/target
20 !.hgignore
OLDNEW
« no previous file with comments | « no previous file | .hgignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld