diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-09-04 10:50:55 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-09-04 10:50:55 -0400 |
commit | 10f53560cac77820fecafcb7c9343fc2c9a67db4 (patch) | |
tree | 1546b21da07c1dd9dcb5ef892dcb474efd67ebd5 /.git.info.exclude | |
parent | 74e11a21ec9e941c16dcfafb1e7aa5ef5dd4abb9 (diff) | |
parent | c9e73feae3f2f452cbca92193cc297276b36d59f (diff) |
Merge branch 'master' of gitorious.org:lukeshu-dotfiles/lukeshu-dotfiles
Diffstat (limited to '.git.info.exclude')
-rw-r--r-- | .git.info.exclude | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/.git.info.exclude b/.git.info.exclude index 9b65125..3e57f50 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -28,36 +28,44 @@ # Ignore temp/log/history files *.log log* -*cache* + *.tmp *.tmp.* tmp.* tmp-* tmp -*.lock -*.state -*~ -.#* -\#*# -.~lock.*# + *_history *_hist history.* -*authority +history + +*.lock +.~lock.*# +lock + +*.state *.cookie *.bak +*authority +*cache* + +# Ignore files left by editors +*~ +.#* +\#*# + + # Ignore these special-purpose cache/temp files .camel_certs .compiz/session/* .config/chromium/Default/History\ Index* .current.asound .dbus/session-bus/* -.ddd/history .ddd/sessions .dvdcss .esd_auth -.eshell/history .evolution/.* .gconfd/saved_state .gnash-media @@ -68,7 +76,7 @@ history.* .kde4/share/apps/okular/docdata/* .kde4/socket-* .lesshst -.links2/links.his +.link*/*.his .local/share/Trash/* .local/share/gvfs-metadata/* .local/share/icons/* @@ -76,10 +84,13 @@ history.* .pki .pulse .pulse-cookie +.recently-used .recently-used.xbel* +.setroubleshoot .shotwell/thumbs/* .sudo_as_admin_successful .thumbnails/* +.wireshark/recent* .xsession-errors* # Ignore files that are autogenerated |