#############################################
# OS generated files
#############################################
 
##### OSX
.DS_Store
.AppleDouble
.LSOverride
Icon
 
# Thumbnails
._*
 
# Files that might appear on external disk
.Spotlight-V100
.Trashes
 
##### Linux
.*
!.gitignore
*~
 
##### Windows
# Windows image file caches
Thumbs.db
ehthumbs.db
 
# Folder config file
Desktop.ini
 
# Recycle Bin used on file shares
$RECYCLE.BIN/
 
 
#############################################
# IDEs
#############################################
 
##### Eclipse
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
target/
 
# External tool builders
.externalToolBuilders/
 
# Locally stored "Eclipse launch configurations"
*.launch
 
# CDT-specific
.cproject
 
# PDT-specific
.buildpath
 
##### IntelliJ
*.iml
*.ipr
*.iws
.idea/
 
 
#############################################
# Text Editors
#############################################
 
##### SublimeText project files
*.sublime-workspace
 
##### TextMate
*.tmproj
*.tmproject
tmtags
 
##### vim
.*.s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~

#############################################
# Build Tools
#############################################

##### gradle
.gradle
/local.properties
/build
gradle/
gradlew
gradlew.bat

##### rest
/captures
.externalNativeBuild
.cxx
release/
