diff options
Diffstat (limited to '.git.info.exclude')
-rw-r--r-- | .git.info.exclude | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/.git.info.exclude b/.git.info.exclude index e950474..d57169f 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -8,6 +8,9 @@ !.*/*/*/* !.*/*/*/*/* +# Or Makefile +!Makefile + # Ignore these for privacy .ssh/* .netrc @@ -29,7 +32,9 @@ tmp \#*# .~lock.*# *_history +history.* *authority +*.cookie # Ignore these special-purpose cache/temp files .xsession-errors* @@ -56,17 +61,21 @@ tmp .gconfd/saved_state .esd_auth .recently-used.xbel* +.pulse +.pulse-cookie +.pki +.alsa.save -# Include these non-dotfiles -!bin -!bin/v-www-browser -!bin/v-editor -!bin/editor - -!share -!share/nano -!share/nano/*.nanorc +# Ignore files that are autogenerated +.folders +.nanorc # Ignore these files for no good reason .terminfo -.wine*
\ No newline at end of file +.wine* +.prefix +.offlineimap +.crontab.local +.elmo +.ido.last +.bogofilter/* |