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

Side by Side Diff: .hgignore

Issue 29361445: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: renamings, updated README Created Dec. 19, 2016, 3:04 p.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 | « .gitignore ('k') | README.md » ('j') | README.md » ('J')
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 libadblockplus-android-tests/local.properties
6 crowdin.yaml 3 crowdin.yaml
7 libadblockplus-android/bin 4 **/libs/armeabi*
8 libadblockplus-android/libs/armeabi* 5 **/libs/x86
9 libadblockplus-android/libs/x86 6 **/bin
10 libadblockplus-android/obj 7 **/obj
11 libadblockplus-android-tests/bin 8 **/gen
12 libadblockplus-android/gen 9 **/build
13 libadblockplus-android-tests/gen 10 **/local.properties
11 **/ant.properties
12 **/buildtools
13 **/target
14 .idea 14 .idea
15 *.iml 15 *.iml
16 upload.py 16 upload.py
17 .DS_Store 17 .DS_Store
18 .git 18 .*
19 .gitignore 19 !.gitignore
20 **/build 20 !.hgignore
OLDNEW
« no previous file with comments | « .gitignore ('k') | README.md » ('j') | README.md » ('J')

Powered by Google App Engine
This is Rietveld