mirror of
https://github.com/github/gitignore
synced 2025-02-18 16:39:08 +01:00
58 lines
689 B
Plaintext
58 lines
689 B
Plaintext
# 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
|
|
*.7z
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
|
|
# Logs and databases #
|
|
######################
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
|
|
# Mac OSX #
|
|
###########
|
|
.DS_Store
|
|
Icon?
|
|
# Thumbnails
|
|
._*
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Xcode #
|
|
#########
|
|
*.swp
|
|
*~.nib
|
|
Build/*
|
|
build/*
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
*.xcworkspace
|
|
!default.xcworkspace
|
|
xcuserdata
|
|
profile
|
|
*.moved-aside
|