From 653030190096887a4084c50ab96dd74eaa928368 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 8 Sep 2014 21:37:30 +0200 Subject: [PATCH 1/1] write gitignore file --- .gitignore.d/zsh | 76 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 .gitignore.d/zsh diff --git a/.gitignore.d/zsh b/.gitignore.d/zsh new file mode 100644 index 0000000..d014443 --- /dev/null +++ b/.gitignore.d/zsh @@ -0,0 +1,76 @@ +* +!/.var +!/.var/zsh +!/.var/zsh/.gitignore +!/.zsh +!/.zsh/dircolors +!/.zshenv +!/.zsh/func +!/.zsh/func/baseconv +!/.zsh/func/getpw +!/.zsh/func/gitpub +!/.zsh/func/giturl +!/.zsh/func/p +!/.zsh/func/svngit +!/.zsh/func/TS +!/.zsh/func/urlencode +!/.zsh/.gitignore +!/.zsh/logging +!/.zsh/rcsstub +!/.zsh/sourcedir +!/.zsh/util +!/.zsh/zlogin +!/.zsh/.zlogin +!/.zsh/zlogin/10_shlvl +!/.zsh/zlogin/60_mime +!/.zsh/zlogin/90_db +!/.zsh/zlogin/.gitignore +!/.zsh/zlogout +!/.zsh/.zlogout +!/.zsh/zlogout/90_sudo +!/.zsh/zlogout/99_cls +!/.zsh/zlogout/.gitignore +!/.zsh/zprofile +!/.zsh/.zprofile +!/.zsh/zprofile/00_ulimit +!/.zsh/zprofile/10_locale +!/.zsh/zprofile/40_zcompile +!/.zsh/zprofile/.gitignore +!/.zsh/zshenv +!/.zsh/.zshenv +!/.zsh/zshenv/00_rdirs +!/.zsh/zshenv/01_fpath +!/.zsh/zshenv/01_path +!/.zsh/zshenv/10_zvars +!/.zsh/zshenv/40_editor +!/.zsh/zshenv/80_debian +!/.zsh/zshenv/80_pagers +!/.zsh/zshenv/80_texmf +!/.zsh/zshenv/.gitignore +!/.zsh/zshrc +!/.zsh/.zshrc +!/.zsh/zshrc/00_autoload +!/.zsh/zshrc/00_recompile +!/.zsh/zshrc/00_varsetup +!/.zsh/zshrc/19_dircolors +!/.zsh/zshrc/20_compsys +!/.zsh/zshrc/20_dirhashes +!/.zsh/zshrc/30_aliases +!/.zsh/zshrc/30_aliases_bugfix +!/.zsh/zshrc/39_tempfuncs +!/.zsh/zshrc/60_vcsprompt +!/.zsh/zshrc/75_vcsinfo +!/.zsh/zshrc/79_bindkeys +!/.zsh/zshrc/80_abbreviations +!/.zsh/zshrc/80_history +!/.zsh/zshrc/80_inplacemkdir +!/.zsh/zshrc/80_zle +!/.zsh/zshrc/85_prompt +!/.zsh/zshrc/85_termfonts +!/.zsh/zshrc/85_xtermtitle +!/.zsh/zshrc/90_cleanfiles +!/.zsh/zshrc/95_fortune.disabled +!/.zsh/zshrc/95_watch +!/.zsh/zshrc/99_hookfunctions +!/.zsh/zshrc/99_TODO +!/.zsh/zshrc/.gitignore -- 2.39.2