aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 636f6ae89f651fedac64a14b7b47ebeaab153e40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Ignore everything except the gitignore file itself
/*
!.gitignore

#
# Allow specific dotfiles
#

# app-editors/vim
!/.vim/
/.vim/bundle
/.vim/.netrwhist

# x11-wm/awesome
!/.config/
/.config/*
!/.config/awesome/
/.config/awesome/calendar

!/.local/
/.local/*
!/.local/bin
/.local/bin/*
!/.local/bin/gittab
!/.local/etc
/.local/etc/*
!/.local/etc/gittab