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

Unified Diff: .hgignore

Issue 29344967: Issue 4031 - Implement tests for libadblockplus-android (Closed)
Patch Set: Created May 27, 2016, 1:38 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: .hgignore
===================================================================
--- a/.hgignore
+++ b/.hgignore
@@ -1,15 +1,24 @@
syntax: glob
adblockplusandroid/ant.properties
libadblockplus-android/ant.properties
adblockplusandroid/local.properties
libadblockplus-android/local.properties
+libadblockplus-android-tests/local.properties
proguard.cfg
crowdin.yaml
adblockplusandroid/bin
libadblockplus-android/bin
libadblockplus-android/libs/armeabi*
libadblockplus-android/libs/x86
libadblockplus-android/obj
+libadblockplus-android-tests/bin
+libadblockplus-android-tests/libs/armeabi*
+libadblockplus-android-tests/libs/x86
+libadblockplus-android-tests/obj
adblockplusandroid/gen
libadblockplus-android/gen
+libadblockplus-android-tests/gen
+.idea
+*.iml
+upload.py
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld