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