From 859a7d0e85607d62cd93814271e29c87e07b29d6 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 12 Oct 2012 16:41:13 +0200 Subject: [PATCH] .gitignore: Use leading slash. --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 84e94fe..1cec4e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # Ignore generated files. -htoprc -screenrc +/htoprc +/screenrc # Ignore temporary zsh files. -zsh/cache -zsh/history* +/zsh/cache +/zsh/history* -- 2.44.1