diff options
Diffstat (limited to '.git.info.exclude')
-rw-r--r-- | .git.info.exclude | 75 |
1 files changed, 47 insertions, 28 deletions
diff --git a/.git.info.exclude b/.git.info.exclude index 78497e1..235367c 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -7,6 +7,13 @@ !.*/*/* !.*/*/*/* !.*/*/*/*/* +!.*/*/*/*/*/* +!.*/*/*/*/*/*/* +!.*/*/*/*/*/*/*/* +!.*/*/*/*/*/*/*/*/* +!.*/*/*/*/*/*/*/*/*/* +!.*/*/*/*/*/*/*/*/*/*/* +!.*/*/*/*/*/*/*/*/*/*/*/* # Or Makefile !Makefile @@ -14,8 +21,9 @@ # Ignore these for privacy .ssh/* !.ssh/config -.netrc .gnupg/* +!.gnupg/gpg.conf +.netrc # Ignore temp/log/history files *.log @@ -33,51 +41,62 @@ tmp \#*# .~lock.*# *_history +*_hist history.* *authority *.cookie +*.bak # Ignore these special-purpose cache/temp files -.xsession-errors* .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 +.current.asound +.dbus/session-bus/* +.ddd/history +.dvdcss +.esd_auth .eshell/history -.sudo_as_admin_successful -.lesshst +.evolution/.* .gconfd/saved_state -.esd_auth -.recently-used.xbel* +.gnash-media +.gnash/SharedObjects/* +.kde/share/apps/RecentDocuments/* +.kde/socket-* +.kde4/share/apps/RecentDocuments/* +.kde4/share/apps/okular/docdata/* +.kde4/socket-* +.lesshst +.links2/links.his +.local/share/Trash/* +.local/share/gvfs-metadata/* +.local/share/icons/* +.local/share/recently-used.xbel +.pki .pulse .pulse-cookie -.pki -.alsa.save +.recently-used.xbel* +.shotwell/thumbs/* +.sudo_as_admin_successful +.thumbnails/* +.xsession-errors* # Ignore files that are autogenerated .folders .nanorc +.config/libretools/blacklist.txt # Ignore these files for no good reason .terminfo +.config/vlc/vlc-qt-interface.conf .wine* -.prefix .offlineimap -.crontab.local -.xmodmap -.elmo -.ido.last -.bogofilter/* +.bogofilter +.config/Trolltech.conf +.gem + +# Ignore these files that if I tracked them, would be a separate repo +.config/libreoffice +.config/transmission +.netbeans +.mozilla |