summaryrefslogtreecommitdiff
path: root/.git.info.exclude.in
blob: a5facd1095099d9846abbb414d18f946cde9db60 (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
# Defualt to ignoring all files
/*
# except these:

# The things I actually want to track
!/.config
!/.local*

# The file that generates this one
!/.git.info.exclude.in

# The relevent programs do not like symlinks for these:
!/.gtkrc-2.0
!/.gtkrc-2.0.mine

# Ignore temp/log/history files
*.log
log.*
log

*.tmp
*.tmp.*
tmp.*
tmp-*
tmp

*_history
*_hist
history.*
history

*.lock
.~lock.*#
*.lock.*
lock

*.state
*.cookie
*.bak

*authority
*.cache*
*_cache*

# Ignore files left by editors
*~
.#*
\#*#