Skip to content

Commit

Permalink
Updated .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarus23 committed May 26, 2016
1 parent bbda43f commit 2f8adfb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 110 deletions.
32 changes: 11 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# my stuff
Mifare Classic Tool/doc/

# Andoird Studio stuff
Mifare Classic Tool/**/*.iml
Mifare Classic Tool/.gradle
Mifare Classic Tool/local.properties
Mifare Classic Tool/.idea/
Mifare Classic Tool/**/build

# built application files
*.apk
*.ap_
Expand All @@ -12,26 +19,9 @@ Mifare Classic Tool/doc/
*.class

# generated files
bin/
gen/

# Local configuration file (sdk path, etc)
local.properties
**/bin
**/gen

# android studio files
.gradle/
build/
# OS specific
**/.DS_Store

# User-specific configurations for android studio
.idea/
#.idea/libraries/
#.idea/workspace.xml
#.idea/tasks.xml
#.idea/.name
#.idea/compiler.xml
#.idea/copyright/profiles_settings.xml
#.idea/encodings.xml
#.idea/misc.xml
#.idea/modules.xml
#.idea/scopes/scope_settings.xml
#.idea/vcs.xml
88 changes: 0 additions & 88 deletions Mifare Classic Tool/app/app.iml

This file was deleted.

2 changes: 1 addition & 1 deletion Mifare Classic Tool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.android.tools.build:gradle:2.1.0'
}
}

Expand Down

0 comments on commit 2f8adfb

Please sign in to comment.