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: Created Nov. 1, 2016, 12:14 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 3 **/ant.properties
diegocarloslima 2016/11/08 16:30:36 In order to provide better maintainability, I woul
anton 2016/11/09 12:30:26 Acknowledged.
4 libadblockplus-android/local.properties 4 **/local.properties
5 libadblockplus-android-tests/local.properties
6 crowdin.yaml 5 crowdin.yaml
7 libadblockplus-android/bin 6 **/libs/armeabi*
8 libadblockplus-android/libs/armeabi* 7 **/libs/x86
diegocarloslima 2016/11/08 16:30:36 These two rules are slightly different from the on
anton 2016/11/09 12:30:26 Acknowledged.
9 libadblockplus-android/libs/x86 8 **/obj
10 libadblockplus-android/obj 9 **/bin
11 libadblockplus-android-tests/bin 10 **/gen
12 libadblockplus-android/gen
13 libadblockplus-android-tests/gen
14 .idea 11 .idea
15 *.iml 12 *.iml
16 upload.py 13 upload.py
17 .DS_Store 14 .DS_Store
18 .git 15 .*
diegocarloslima 2016/11/08 16:30:36 The rules !.gitignore and !.hgignore are missing h
anton 2016/11/09 12:30:25 Acknowledged.
19 .gitignore 16 **/build
20 **/build 17 **/target
diegocarloslima 2016/11/08 16:30:36 buildtools rule is missing here in comparison to .
anton 2016/11/09 12:30:25 Acknowledged.
OLDNEW
« no previous file with comments | « .gitignore ('k') | README.md » ('j') | README.md » ('J')

Powered by Google App Engine
This is Rietveld