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

Unified Diff: .gitignore

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 | « no previous file | .hgignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 7ccbb8627fdb02423db3397f1ef770b537d979a5..03f95fd983e87de1d6fc69376500c108bb232920 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,20 @@
syntax: glob
-libadblockplus-android/ant.properties
-libadblockplus-android/local.properties
crowdin.yaml
-libadblockplus-android/bin
libadblockplus-android/libs/armeabi*
libadblockplus-android/libs/x86
-libadblockplus-android/obj
-libadblockplus-android/gen
.idea
*.iml
+**/bin
+**/obj
+**/gen
+**/build
+**/local.properties
+**/ant.properties
upload.py
.DS_Store
+.*
+!.gitignore
+buildtools
+**/target
+!.hgignore
« no previous file with comments | « no previous file | .hgignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld