aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6f5aa198c450a5ca23f93dc661239c119949d6b1 (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
45
46
47
48
49
50
51
52
53
# Ignore everything except the gitignore file itself
/*
!.gitignore

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

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

#
# Shell customization
#

!/.zshrc
!/.bashrc
!/.config/shell/
/.config/shell/vendor

#
# Application 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