Skip to content

Commit

Permalink
Improve .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftrot committed Apr 8, 2018
1 parent d90768d commit b3e3e18
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 8 deletions.
51 changes: 47 additions & 4 deletions .gitignore
@@ -1,11 +1,54 @@
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
/.idea
.DS_Store
/build
*.iml
/captures
.externalNativeBuild
output.json
Thumbs.db
obj/

# Built application files
*.apk
/apk
manifest-*report.txt
*.ap_

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# Intellij
.idea
*.iml
.idea/workspace.xml

# Keystore files
*.jks
1 change: 0 additions & 1 deletion libtermexec/.gitignore
@@ -1,2 +1 @@
/build
.externalNativeBuild
2 changes: 0 additions & 2 deletions term/.gitignore
@@ -1,3 +1 @@
/build
.externalNativeBuild
output.json
2 changes: 1 addition & 1 deletion term/src/main/.gitignore
@@ -1 +1 @@
/obj
/build

0 comments on commit b3e3e18

Please sign in to comment.