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: supporting api 21 with referer and pre-21 with no referer Created Sept. 30, 2016, 1:28 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
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 7ccbb8627fdb02423db3397f1ef770b537d979a5..79f4263e9d5fdbe9c358430e6f47383dfa97b4f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,19 @@
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

Powered by Google App Engine
This is Rietveld