aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: Add nullity annotationsEric Kuck2018-07-131-0/+1
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* build: Allow building release artifacts in-treeHarsh Shandilya2018-06-051-0/+2
| | | | | | | | | | | | | | | | | | This change avoids all need for changing any file under VCS to insert signing keys and configs for release builds. Example contents of keystore.properties ``` // Location of keystore, relative to module build.gradle, // in this case, of the app module storeFile=../wireguard.jks storePassword=b3ty0uc4nth4xxth1s keyAlias=wireguard keyPassword=4ndr01dsux ``` Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* project: Import select Android Studio configuration filesSamuel Holland2018-05-011-1/+4
| | | | | | | Having a consistent set of code style and inspection rules makes it easier for contributors to match the existing code. Signed-off-by: Samuel Holland <samuel@sholland.org>
* project: Ignore native build artifactsSamuel Holland2017-12-261-0/+1
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* project: Create empty project with WireGuard iconSamuel Holland2017-07-281-0/+11