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

Side by Side Diff: .gitignore

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 | « .classpath ('k') | .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 bin/ 1 bin/
2 gen/ 2 gen/
3 ant.properties
3 local.properties 4 local.properties
4 ant.properties
5 5
6 #macOS 6 # Gradle
7 .gradle/
8 build/
9
10 # IntelliJ / Android Studio
11 *.iml
12 .idea/
13
14 # Eclipse
15 .settings/
16 .classpath
17 .project
18 proguard/
19
20 # macOS
7 .DS_Store 21 .DS_Store
8 22
9 #Linux 23 # Linux
10 *~ 24 *~
OLDNEW
« no previous file with comments | « .classpath ('k') | .hgignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld