From c8e69d7d05d24e48a3eb63a02cc73ff2ba37066a Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 23 May 2018 16:11:52 +0200 Subject: [PATCH] Add ignore file, for ripgrep (rg) et al --- .ignore | 1 + install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .ignore diff --git a/.ignore b/.ignore new file mode 100644 index 0000000..6e92f57 --- /dev/null +++ b/.ignore @@ -0,0 +1 @@ +tags diff --git a/install.sh b/install.sh index 0cbb7ec..30bf026 100644 --- a/install.sh +++ b/install.sh @@ -50,7 +50,7 @@ DATETIME=$(date +%Y%m%d_%H%M) cd # Symlink all the things -for TARGET in .bash_aliases .bashrc bin .gitconfig .gitmodules .hgauthors.txt .hgignore .hgrc .screenrc .terminfo .tmux.conf .vim .vimrc install.sh +for TARGET in .bash_aliases .bashrc bin .gitconfig .gitmodules .hgauthors.txt .hgignore .hgrc .ignore .screenrc .terminfo .tmux.conf .vim .vimrc install.sh do cd echo $TARGET