aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 96f3217595784e508151d89de4ade952f71be476 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Ignore everything except the gitignore file itself
/*
!.gitignore

# Allow directories in ~/.config
!/.config/
/.config/*

# Allow directories in ~/.local
!/.local/
/.local/*

#
# Allow specific dotfiles
#

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

# dev-vcs/git
!/.config/git

# net-misc/openssh
!/.ssh/
/.ssh/*
!/.ssh/config
!/.ssh/known_hosts
!/.ssh/authorized_keys

# x11-terms/termite https://anongit.gentoo.org/git/user/eroen.git
!/.config/termite

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

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