wireguard-android/.gitignore
Samuel Holland 691d8a34a0 project: Import select Android Studio configuration files
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>
2018-05-01 16:31:21 -05:00

16 lines
181 B
Plaintext

/.gradle/
/.idea/*.xml
/.idea/caches/
/.idea/dictionaries/
/.idea/libraries/
/captures/
/local.properties
.DS_Store
.externalNativeBuild/
Thumbs.db
build/
*.apk
*.class
*.dex
*.iml