Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
helscream committed May 21, 2014
1 parent 1e88143 commit fb47360
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .gitignore
@@ -1,23 +1,23 @@
# Built application files
*.apk
*.ap_
# Object files
*.o
*.ko
*.obj
*.elf

# Files for the Dalvik VM
*.dex
# Libraries
*.lib
*.a

# Java class files
*.class
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Generated files
bin/
gen/

# Gradle files
.gradle/
build/

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

# Proguard folder generated by Eclipse
proguard/
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

0 comments on commit fb47360

Please sign in to comment.