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

Delta Between Two Patch Sets: .hgignore

Issue 29424711: Issue 4777 - Add support for Gradle build (Closed)
Left Patch Set: Created April 28, 2017, 2:41 p.m.
Right Patch Set: Adjusting ignored files and updating support lib Created May 3, 2017, 1:43 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « .gitignore ('k') | .project » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 syntax: glob 1 syntax: glob
2 2
3 bin/ 3 bin/
4 gen/ 4 gen/
5 ant.properties 5 ant.properties
6 local.properties 6 local.properties
7 7
8 # Gradle 8 # Gradle
9 .gradle/ 9 .gradle/
10 build/ 10 build/
11 11
12 # IntelliJ / Android Studio 12 # IntelliJ / Android Studio
13 *.iml 13 *.iml
14 .idea/workspace.xml 14 .idea/
15 .idea/tasks.xml
16 .idea/gradle.xml
17 .idea/dictionaries
18 .idea/libraries
19 15
20 # Eclipse 16 # Eclipse
21 .settings/ 17 .settings/
18 .classpath
19 .project
22 proguard/ 20 proguard/
23 21
24 # macOS 22 # macOS
25 .DS_Store 23 .DS_Store
26 24
27 # Linux 25 # Linux
28 *~ 26 *~
LEFTRIGHT

Powered by Google App Engine
This is Rietveld