# ignore executables
*.ex

# ignore binary/compiled files
*.[oa]

# ignore temporary files
*~
.DS_Store

# ignore vim files
.*.swp

# ignore output text files
testlog.txt
res_*.txt

# Release files
release_*
release_*/*
NE10_*.tgz
docs/*
doc/*

#build directory
build/

# throw away xcode project all personal settings
xcuserdata

# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/

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

# Eclipse project files
.classpath
.project
*.prefs

*.so

