32 lines
494 B
Text
32 lines
494 B
Text
# Mostly taken from https://github.com/github/gitignore #
|
|
#########################################################
|
|
|
|
# Global/Linux.gitignore #
|
|
##########################
|
|
.*
|
|
!.gitignore
|
|
!.travis.yml
|
|
!.coveralls.yml
|
|
*~
|
|
vendor
|
|
|
|
# Global/OSX.gitignore #
|
|
########################
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
Icon
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Global/vim.gitignore #
|
|
########################
|
|
.*.sw[a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|