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

Side by Side Diff: .hgignore

Issue 29349720: Issue 4324 - Add Gradle build config (Closed)
Patch Set: Created Aug. 11, 2016, 1:20 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 | « no previous file | README.md » ('j') | gradlew » ('J')
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 libadblockplus-android/ant.properties 3 libadblockplus-android/ant.properties
4 libadblockplus-android/local.properties 4 libadblockplus-android/local.properties
5 libadblockplus-android-tests/local.properties 5 libadblockplus-android-tests/local.properties
6 crowdin.yaml 6 crowdin.yaml
7 libadblockplus-android/bin 7 libadblockplus-android/bin
8 libadblockplus-android/libs/armeabi* 8 libadblockplus-android/libs/armeabi*
9 libadblockplus-android/libs/x86 9 libadblockplus-android/libs/x86
10 libadblockplus-android/obj 10 libadblockplus-android/obj
11 libadblockplus-android-tests/bin 11 libadblockplus-android-tests/bin
12 libadblockplus-android/gen 12 libadblockplus-android/gen
13 libadblockplus-android-tests/gen 13 libadblockplus-android-tests/gen
14 .idea 14 .idea
15 *.iml 15 *.iml
16 upload.py 16 upload.py
17 .DS_Store 17 .DS_Store
18 .git 18 .git
19 .gitignore 19 .gitignore
20 **/build
anton 2016/08/11 13:28:51 Gradle uses `build` as temporarily dir (like Maven
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | gradlew » ('J')

Powered by Google App Engine
This is Rietveld