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: stopping for fast redirection Created Sept. 27, 2016, 12:27 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 | « no previous file | README.md » ('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..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
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld