| Index: .hgignore | 
| =================================================================== | 
| --- a/.hgignore | 
| +++ b/.hgignore | 
| @@ -1,12 +1,26 @@ | 
| syntax: glob | 
| bin/ | 
| gen/ | 
| -local.properties | 
| ant.properties | 
| +local.properties | 
| -#macOS | 
| +# Gradle | 
| +.gradle/ | 
| +build/ | 
| + | 
| +# IntelliJ / Android Studio | 
| +*.iml | 
| +.idea/ | 
| + | 
| +# Eclipse | 
| +.settings/ | 
| +.classpath | 
| +.project | 
| +proguard/ | 
| + | 
| +# macOS | 
| .DS_Store | 
| -#Linux | 
| +# Linux | 
| *~ |