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

Side by Side Diff: .gitignore

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 | « 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 crowdin.yaml 1 crowdin.yaml
2 **/libs/armeabi* 2 **/libs/armeabi*
3 **/libs/x86 3 **/libs/x86
4 **/bin
5 **/obj
6 **/gen
7 **/build 4 **/build
8 **/local.properties 5 **/local.properties
9 **/ant.properties
10 **/buildtools 6 **/buildtools
11 **/target
12 .idea 7 .idea
13 *.iml 8 *.iml
14 upload.py 9 upload.py
15 .DS_Store 10 .DS_Store
16 .* 11 .*
17 !.gitignore 12 !.gitignore
18 !.hgignore 13 !.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