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

Side by Side Diff: .hgignore

Issue 29424711: Issue 4777 - Add support for Gradle build (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « .gitignore ('k') | .project » ('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 bin/ 3 bin/
4 gen/ 4 gen/
5 ant.properties
5 local.properties 6 local.properties
6 ant.properties
7 7
8 #macOS 8 # Gradle
9 .gradle/
10 build/
11
12 # IntelliJ / Android Studio
13 *.iml
14 .idea/
15
16 # Eclipse
17 .settings/
18 .classpath
19 .project
20 proguard/
21
22 # macOS
9 .DS_Store 23 .DS_Store
10 24
11 #Linux 25 # Linux
12 *~ 26 *~
OLDNEW
« no previous file with comments | « .gitignore ('k') | .project » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld