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