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

Unified Diff: .gitignore

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 | « no previous file | .hgignore » ('j') | README.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 7ccbb8627fdb02423db3397f1ef770b537d979a5..526dc7e5f8e10665646f88f9df3e5408002565eb 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
+**/libs/armeabi*
+**/libs/x86
+**/bin
+**/obj
+**/gen
+**/build
+**/local.properties
+**/ant.properties
+**/buildtools
+**/target
.idea
*.iml
upload.py
.DS_Store
+.*
+!.gitignore
+!.hgignore
« no previous file with comments | « no previous file | .hgignore » ('j') | README.md » ('J')

Powered by Google App Engine
This is Rietveld