Skip to content

Commit

Permalink
Updates .gitignore file for submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
Art Beatte committed Feb 7, 2014
1 parent 1ab474c commit 50e068d
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions .gitignore
Expand Up @@ -5,21 +5,31 @@
# files for the dex VM
*.dex

# Java class files
# java class files
*.class

# generated files
bin/
gen/
out/
build/
.gradle/

# Local configuration file (sdk path, etc)
local.properties
# idea project files
*.iml
.idea
*.iws

# Eclipse project files
.classpath
# eclipse project files
default.properties
.metadata
.settings
.project
.classpath

# IntelliJ Idea / Android Studio project files and directories.
*.iml
.idea/
# local configuration file (sdk path, etc)
local.properties
keystore.properties

# junk
.DS_Store

0 comments on commit 50e068d

Please sign in to comment.