一些常见的 .gitignore 配置
# Compiled source # #编译源#
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages # #包 #
############
# it's better to unpack these files and commit the raw source #最好解压这些文件并提交原始源代码
# git has its own built in compression methods # git 有自己的内置压缩方法
*.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
Thumbs.db