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