From e50d0a56db8a90799a51e6d17c802ad3810b473a Mon Sep 17 00:00:00 2001 From: Luke Shumaker <LukeShu@sbcglobal.net> Date: Thu, 19 May 2011 01:31:18 -0400 Subject: fiddle with gitignore --- .git.info.exclude | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) (limited to '.git.info.exclude') 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 -- cgit v1.2.3-2-g168b