diff options
| author | Amit Kumar <amitkma@e.email> | 2021-05-12 17:50:05 +0530 | 
|---|---|---|
| committer | Amit Kumar <amitkma@e.email> | 2021-05-12 17:50:05 +0530 | 
| commit | 82e0270637a798598d1e2e5050d5a0795f8be008 (patch) | |
| tree | f5fd00616d3fd373496ee42452c2676a4c678273 /.gitignore | |
| parent | 08863337473679746278ffc099ea6e196e8d7726 (diff) | |
| download | advanced-privacy-82e0270637a798598d1e2e5050d5a0795f8be008.tar.gz | |
Ignore lineage keys in vcs
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 | 
1 files changed, 5 insertions, 1 deletions
| @@ -17,6 +17,7 @@ local.properties  /.idea/assetWizardSettings.xml  /.idea/jarRepositories.xml  /.idea/google-java-format.xml +/.idea/runConfigurations.xml  gradle.xml  markdown-*.xml  *.iml @@ -37,4 +38,7 @@ captures/  # Built application files  *.apk -*.aar
\ No newline at end of file +*.aar + +# Lineage test build keys +lineage_keys/
\ No newline at end of file | 
