-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore.in
93 lines (88 loc) · 1.3 KB
/
.gitignore.in
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# I don't care about any of these
/.ICEauthority
/.UnidocPriv/
/.Xauthority
/.Xilinx/
/.acrobat/
/.android/
/.bash_history
/.cache/
/.config/
/.dbus/
/.emacs.d/
/.esd_auth
/.flexlmrc
/.fltk/
/.gconf/
/.gconfd/
/.gimp*
/.gnome/
/.google_authenticator
/.gpg-agent-info
/.gtk-bookmarks
/.imsettings.log
/.ivy2/
/.java/
/.lesshst
/.local/bin/
/.local/include
/.local/lib/
/.local/lib64/
/.local/libexec/
/.local/log/
/.local/man/
/.local/run/
/.local/share/
/.local/var/
/.macromedia/
/.mhng/
/.mozilla/
/.msmtprc
/.nano_history
/.npm/
/.parallel/tmp/
/.pulse
/.pulse-cookie
/.pki/
/.python_history
/.rnd
/.sbt/
/.subversion/
/.snapshot/
/.ssh/id_*
/.steam*
/.swt/
/.synopsys*
/.thumbnails
/.viminfo
/.vim*
/.vim/
/.virtualbox/
/.VirtualBox/
/.vnc/
/.wine*/
/.x2go/
/.x2goclient/
/.xsession-*
/synopsys*
/.*_history
/.wget-hsts
/Downloads/
*.swp
.swo
*.lock
# These are directories I do care about, but are for osme reason ruled out by
# the above (probably because they're close to what I don't care about).
!/.config/awesome/
!/.config/sway/
# These are manually tracked as git submodules
/.gnupg/
/.local/share/passwords/
/public_html
# These are generated, but in a way such that they don't automatically show up
#
*.in.d
# I want to store my mailrc
!/.local/share/pim
# Everything below here comes from make's $(CLEAN)
# ...