Added ripgrep ignore stuff

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-06 12:36:24 +02:00
parent 157bd05bd3
commit 2d034754bc
3 changed files with 44 additions and 34 deletions

View file

@ -89,6 +89,9 @@ dotfiles:
f_fstab: f_fstab:
src: etc/fstab src: etc/fstab
dst: /etc/fstab dst: /etc/fstab
f_ignore:
src: .ignore
dst: /.ignore
profiles: profiles:
locale: locale:
dotfiles: dotfiles:
@ -122,6 +125,7 @@ profiles:
- f_99-lowbat.rules - f_99-lowbat.rules
- f_sleep.conf - f_sleep.conf
- f_fstab - f_fstab
- f_ignore
include: include:
- locale - locale
- pacman - pacman

View file

@ -5,3 +5,6 @@
.gnupg/ .gnupg/
.subversion/ .subversion/
.cache/ .cache/
.cargo/
.zplugin/
.config/nvim/plugged/

3
root/.ignore Normal file
View file

@ -0,0 +1,3 @@
.snapshots/
proc/
sys/