From ab269b40ac3bbebef873ea805ed4eca9e4ec5af2 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 5 May 2008 18:57:03 +0100 Subject: [PATCH] add gitignore files --- .var/zsh/.gitignore | 4 ++++ .zsh/.gitignore | 1 + 2 files changed, 5 insertions(+) create mode 100644 .var/zsh/.gitignore create mode 100644 .zsh/.gitignore diff --git a/.var/zsh/.gitignore b/.var/zsh/.gitignore new file mode 100644 index 0000000..bd994d8 --- /dev/null +++ b/.var/zsh/.gitignore @@ -0,0 +1,4 @@ +comp-* +history +mailpath +compcache diff --git a/.zsh/.gitignore b/.zsh/.gitignore new file mode 100644 index 0000000..416cfaa --- /dev/null +++ b/.zsh/.gitignore @@ -0,0 +1 @@ +*.zwc -- 2.39.2