1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 21:54:22 +01:00

Adding personal global gitignore

This commit is contained in:
Sean Meador 2011-05-10 16:29:03 -05:00
parent 903f29c50d
commit 33d2c58e8a
2 changed files with 69 additions and 9 deletions

57
.gitignore_global Normal file
View File

@ -0,0 +1,57 @@
# 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

View File

@ -1,14 +1,17 @@
*.swp *.swp
*~.nib *~.nib
Build/*
build/ build/*
Build/
*.pbxuser *.pbxuser
*.perspective !default.pbxuser
*.perspectivev3
*.mode1v3 *.mode1v3
!default.mode1v3
*.mode2v3 *.mode2v3
!default.mode2v3
xcuserdata *.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside