aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 90a310307ea7830849fedf9af012c4417fe9a64a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ignore all
/*


# Exclusions
# Allow dotfiles in ~, but don't allow folders starting with dot
!.*
.*/

# Folders (and their subdirs)
!/.config/

# Ignore back again
/.config/nvim/.netrwhist
/.Xauthority
/.xsession-errors
/.viminfo
/.bash_history
/.bash_logout