| Index: .hgignore |
| diff --git a/.hgignore b/.hgignore |
| index 22631c5bf01cc43ec8edabfe54e38ab9d2d955fe..cb8d9f0181001f7d5fee06fa14744382e38614c7 100644 |
| --- a/.hgignore |
| +++ b/.hgignore |
| @@ -1,20 +1,17 @@ |
| syntax: glob |
| -libadblockplus-android/ant.properties |
| -libadblockplus-android/local.properties |
| -libadblockplus-android-tests/local.properties |
| +**/ant.properties |
|
diegocarloslima
2016/11/08 16:30:36
In order to provide better maintainability, I woul
anton
2016/11/09 12:30:26
Acknowledged.
|
| +**/local.properties |
| crowdin.yaml |
| -libadblockplus-android/bin |
| -libadblockplus-android/libs/armeabi* |
| -libadblockplus-android/libs/x86 |
| -libadblockplus-android/obj |
| -libadblockplus-android-tests/bin |
| -libadblockplus-android/gen |
| -libadblockplus-android-tests/gen |
| +**/libs/armeabi* |
| +**/libs/x86 |
|
diegocarloslima
2016/11/08 16:30:36
These two rules are slightly different from the on
anton
2016/11/09 12:30:26
Acknowledged.
|
| +**/obj |
| +**/bin |
| +**/gen |
| .idea |
| *.iml |
| upload.py |
| .DS_Store |
| -.git |
| -.gitignore |
| -**/build |
| +.* |
|
diegocarloslima
2016/11/08 16:30:36
The rules !.gitignore and !.hgignore are missing h
anton
2016/11/09 12:30:25
Acknowledged.
|
| +**/build |
| +**/target |
|
diegocarloslima
2016/11/08 16:30:36
buildtools rule is missing here in comparison to .
anton
2016/11/09 12:30:25
Acknowledged.
|