 Issue 29351744:
  Issue 4399 - Add WebView inheritor with ad blocking  (Closed)
    
  
    Issue 29351744:
  Issue 4399 - Add WebView inheritor with ad blocking  (Closed) 
  | 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 |