mirror of
https://github.com/github/gitignore
synced 2024-12-05 01:45:42 +01:00
Update Android.gitignore
Added support for Android Studio builds and remove others binaries, also include support on MacOS, Linux and Windows.
This commit is contained in:
parent
70b3c78163
commit
dcfb4d5b9f
@ -1,26 +1,40 @@
|
|||||||
# Built application files
|
.DS_Store
|
||||||
*.apk
|
*.pydevproject
|
||||||
*.ap_
|
.project
|
||||||
|
.metadata
|
||||||
|
**/bin/**
|
||||||
|
**/gen/**
|
||||||
|
tmp/**
|
||||||
|
tmp/**/*
|
||||||
|
*.tmp
|
||||||
|
*.bak
|
||||||
|
*.swp
|
||||||
|
*~.nib
|
||||||
|
local.properties
|
||||||
|
.classpath
|
||||||
|
.settings/
|
||||||
|
.loadpath
|
||||||
|
|
||||||
# Files for the Dalvik VM
|
# External tool builders
|
||||||
*.dex
|
.externalToolBuilders/
|
||||||
|
|
||||||
# Java class files
|
# Locally stored "Eclipse launch configurations"
|
||||||
*.class
|
*.launch
|
||||||
|
|
||||||
# Generated files
|
# CDT-specific
|
||||||
bin/
|
.cproject
|
||||||
gen/
|
|
||||||
|
|
||||||
# Gradle files
|
# PDT-specific
|
||||||
|
.buildpath
|
||||||
|
|
||||||
|
# Android Studio build
|
||||||
|
.idea/
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
build/
|
||||||
|
*.iml
|
||||||
|
local.propertiesout/
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
gradlew.bat
|
||||||
local.properties
|
out/
|
||||||
|
bin/
|
||||||
# Proguard folder generated by Eclipse
|
gen/
|
||||||
proguard/
|
|
||||||
|
|
||||||
# Log Files
|
|
||||||
*.log
|
|
||||||
|
Loading…
Reference in New Issue
Block a user