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

Side by Side Diff: .gitignore

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 | « no previous file | .hgignore » ('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 crowdin.yaml 3 crowdin.yaml
6 libadblockplus-android/bin 4 **/libs/armeabi*
7 libadblockplus-android/libs/armeabi* 5 **/libs/x86
8 libadblockplus-android/libs/x86 6 **/bin
9 libadblockplus-android/obj 7 **/obj
10 libadblockplus-android/gen 8 **/gen
9 **/build
10 **/local.properties
11 **/ant.properties
12 **/buildtools
13 **/target
11 .idea 14 .idea
12 *.iml 15 *.iml
13 upload.py 16 upload.py
14 .DS_Store 17 .DS_Store
18 .*
19 !.gitignore
20 !.hgignore
OLDNEW
« no previous file with comments | « no previous file | .hgignore » ('j') | README.md » ('J')

Powered by Google App Engine
This is Rietveld