summaryrefslogtreecommitdiffstats
path: root/.gitignore.d/vim
blob: 919af98252824bbb8da681172fc21611516e846f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Exclude all files
*

# Include relevant files
!.vim/
!.vim/**/*
!.vimrc
!.gitignore.d/
!.gitignore.d/vim

# Exclude swap and backup files
*.s[a-w]?
#*.vim
*~
#*.orig