diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-05-19 01:31:18 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-05-19 01:31:18 -0400 |
commit | e50d0a56db8a90799a51e6d17c802ad3810b473a (patch) | |
tree | ca4376cb528e246c16f15627a87feb75a9dfa738 /.git.info.exclude | |
parent | c67cb1d0af99b17c51478183cbfc37bf0945c2fc (diff) |
fiddle with gitignore
Diffstat (limited to '.git.info.exclude')
-rw-r--r-- | .git.info.exclude | 39 |
1 files changed, 33 insertions, 6 deletions
diff --git a/.git.info.exclude b/.git.info.exclude index 91da1ae..e538567 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -5,28 +5,51 @@ !.* !.*/* !.*/*/* +!.*/*/*/* +!.*/*/*/*/* # Ignore these for privacy .ssh/* .netrc +.gnupg/* # Ignore temp/log/history files *.log -*.cache +log* +*cache* *.tmp +*.tmp.* +tmp.* +tmp-* +tmp *.lock +*.state *~ .#* +.~lock.*# *_history *authority -.cache/* # Ignore these special-purpose cache/temp files .xsession-errors* -.fontconfig/*cache* -.camel_certs/* -.kde/tmp-* -.kde/cache-* +.camel_certs +.kde/socket-* +.kde/share/apps/RecentDocuments/* +.local/share/gvfs-metadata/* +.local/share/icons/* +.mozilla/firefox/Crash\ Reports/* +.compiz/session/* +.dbus/session-bus/* +.thumbnails/* +.gnash/SharedObjects/* +.config/chromium/Default/History\ Index* +.evolution/.* +.shotwell/thumbs/* +.netbeans/*/update_tracking/* +.netbeans/*/modules/* +.local/share/Trash/* +.links2/links.his +.eshell/history .sudo_as_admin_successful .lesshst .gconfd/saved_state @@ -42,3 +65,7 @@ !share !share/nano !share/nano/*.nanorc + +# Ignore these files for no good reason +.terminfo +.wine*
\ No newline at end of file |