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

Unified Diff: .hgignore

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: changed packages, now using AdblockEngine (original ABPEngine), improved demo app Created Oct. 25, 2016, 11:20 a.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') | no next file with comments »
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
+**/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
+**/obj
+**/bin
+**/gen
.idea
*.iml
upload.py
.DS_Store
-.git
-.gitignore
-**/build
+.*
+**/build
+**/target
« no previous file with comments | « .gitignore ('k') | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld