From d5e0dcb39a5b132da822c54b99c48376dcb09c01 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 28 Aug 2010 15:44:22 +0200 Subject: gitignore: fix to ignoring not-dotfiles for dotfiles-root only --- .config/bash/bashrc | 1 - .gitignore | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/bash/bashrc b/.config/bash/bashrc index 3fd0fcb..15342e8 100644 --- a/.config/bash/bashrc +++ b/.config/bash/bashrc @@ -1,5 +1,4 @@ [[ -d ~/bin/ ]] && PATH="~/bin/:$PATH" -[[ -d ~/.bin/ ]] && PATH="~/.bin/:$PATH" if [[ $- != *i* ]] ; then # Shell is non-interactive. Be done now! diff --git a/.gitignore b/.gitignore index 70e4875..8618192 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ *.zip *.gz .*_history -[^.]* +/[^.]* -- cgit