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: renamings, updated README Created Dec. 19, 2016, 3:04 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..3a65dcf6c2f844a82e6b83c15d8bc467c1e20d10 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,20 +1,20 @@
syntax: glob
-libadblockplus-android/ant.properties
-libadblockplus-android/local.properties
-libadblockplus-android-tests/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
+**/bin
+**/obj
+**/gen
+**/build
+**/local.properties
+**/ant.properties
+**/buildtools
+**/target
.idea
*.iml
upload.py
.DS_Store
-.git
-.gitignore
-**/build
+.*
+!.gitignore
+!.hgignore
« no previous file with comments | « .gitignore ('k') | README.md » ('j') | README.md » ('J')

Powered by Google App Engine
This is Rietveld