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