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

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