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

Side by Side Diff: .hgignore

Issue 29677586: Issue 6300 - Remove Maven and Ant support (Closed)
Patch Set: Removed versioning from AndroidManifest.xml Created Jan. 24, 2018, 6 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 | « .gitignore ('k') | README.md » ('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 crowdin.yaml 3 crowdin.yaml
4 **/libs/armeabi* 4 **/libs/armeabi*
5 **/libs/x86 5 **/libs/x86
6 **/bin
7 **/obj
8 **/gen
9 **/build 6 **/build
10 **/local.properties 7 **/local.properties
11 **/ant.properties
12 **/buildtools 8 **/buildtools
13 **/target
14 .idea 9 .idea
15 *.iml 10 *.iml
16 upload.py 11 upload.py
17 .DS_Store 12 .DS_Store
18 .* 13 .*
19 !.gitignore 14 !.gitignore
20 !.hgignore 15 !.hgignore
OLDNEW
« no previous file with comments | « .gitignore ('k') | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld