blob: 1120ccb1556b23e9f05d5f79b69e09ed935c13d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Exclude all files
*
# Include relevant files
!/.xinitrc.d/
!/.xinitrc.d/xscreensaver
!/.xscreensaver
!/.gitignore.d/
!/.gitignore.d/xscreensaver
# Exclude swap and backup files
*.s[a-w]?
*.vim
*~
*.orig
|