2014-01-12 10:36:56 +01:00
|
|
|
# Compiled source #
|
|
|
|
###################
|
|
|
|
*.com
|
|
|
|
*.class
|
|
|
|
*.dll
|
|
|
|
*.exe
|
|
|
|
*.o
|
|
|
|
*.so
|
2014-03-08 13:56:17 +01:00
|
|
|
*.iml
|
2014-01-12 10:36:56 +01:00
|
|
|
!*.obj
|
|
|
|
|
|
|
|
# Packages #
|
|
|
|
############
|
|
|
|
# it's better to unpack these files and commit the raw source
|
|
|
|
# git has its own built in compression methods
|
|
|
|
*.7z
|
|
|
|
*.dmg
|
|
|
|
*.gz
|
|
|
|
*.iso
|
|
|
|
*.jar
|
|
|
|
*.rar
|
|
|
|
*.tar
|
|
|
|
*.zip
|
|
|
|
|
|
|
|
# Logs and databases #
|
|
|
|
######################
|
|
|
|
*.log
|
|
|
|
*.sql
|
|
|
|
*.sqlite
|
|
|
|
|
|
|
|
# OS generated files #
|
|
|
|
######################
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|
|
|
|
._*
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
ehthumbs.db
|
2014-05-14 09:32:15 +02:00
|
|
|
Thumbs.db
|
|
|
|
/bin
|
|
|
|
.classpath
|
|
|
|
.gradle/
|
|
|
|
.settings/
|
|
|
|
build/
|
|
|
|
eclipse/
|
|
|
|
.project
|
2014-05-14 18:10:15 +02:00
|
|
|
output/
|
|
|
|
.cache
|
2014-05-17 15:27:13 +02:00
|
|
|
*.ipr
|
|
|
|
*.iws
|
|
|
|
*.idea/
|
|
|
|
*.iml
|