From: Simon Ruderich Date: Fri, 12 Oct 2012 14:41:13 +0000 (+0200) Subject: .gitignore: Use leading slash. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=859a7d0e85607d62cd93814271e29c87e07b29d6 .gitignore: Use leading slash. --- 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*