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

# Include relevant files
!/.config/
!/.config/clipit/
!/.config/clipit/**/*
!/.gitignore.d/
!/.gitignore.d/clipit

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