diff options
Diffstat (limited to '.git.info.exclude')
-rw-r--r-- | .git.info.exclude | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/.git.info.exclude b/.git.info.exclude new file mode 100644 index 0000000..eeda558 --- /dev/null +++ b/.git.info.exclude @@ -0,0 +1,43 @@ +# Defualt to ignoring all files +* + +# Except dotfiles +!.* +!.*/* + +# Ignore these for privacy +.ssh/* +.netrc + +# Ignore temp/log/history files +*.log +*.cache +*.tmp +*.lock +*~ +.#* +*_history +*authority +.cache/* + +# Ignore these special-purpose cache/temp files +.xsession-errors* +.fontconfig/*cache* +.camel_certs/* +.kde/tmp-* +.kde/cache-* +.sudo_as_admin_successful +.lesshst +.gconfd/saved_state +.esd_auth +.recently-used.xbel* + +# Include these non-dotfiles +!bin +!bin/v-www-browser +!bin/v-editor +!bin/editor + +!share +!share/nano +!share/nano/*.nanorc |