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

Unified Diff: .hgignore

Issue 29361445: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: Created Nov. 1, 2016, 12:14 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | README.md » ('j') | README.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .hgignore
diff --git a/.hgignore b/.hgignore
index 22631c5bf01cc43ec8edabfe54e38ab9d2d955fe..cb8d9f0181001f7d5fee06fa14744382e38614c7 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,20 +1,17 @@
syntax: glob
-libadblockplus-android/ant.properties
-libadblockplus-android/local.properties
-libadblockplus-android-tests/local.properties
+**/ant.properties
diegocarloslima 2016/11/08 16:30:36 In order to provide better maintainability, I woul
anton 2016/11/09 12:30:26 Acknowledged.
+**/local.properties
crowdin.yaml
-libadblockplus-android/bin
-libadblockplus-android/libs/armeabi*
-libadblockplus-android/libs/x86
-libadblockplus-android/obj
-libadblockplus-android-tests/bin
-libadblockplus-android/gen
-libadblockplus-android-tests/gen
+**/libs/armeabi*
+**/libs/x86
diegocarloslima 2016/11/08 16:30:36 These two rules are slightly different from the on
anton 2016/11/09 12:30:26 Acknowledged.
+**/obj
+**/bin
+**/gen
.idea
*.iml
upload.py
.DS_Store
-.git
-.gitignore
-**/build
+.*
diegocarloslima 2016/11/08 16:30:36 The rules !.gitignore and !.hgignore are missing h
anton 2016/11/09 12:30:25 Acknowledged.
+**/build
+**/target
diegocarloslima 2016/11/08 16:30:36 buildtools rule is missing here in comparison to .
anton 2016/11/09 12:30:25 Acknowledged.
« no previous file with comments | « .gitignore ('k') | README.md » ('j') | README.md » ('J')

Powered by Google App Engine
This is Rietveld