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 c7c2fff00b
commit 05120825c6
No known key found for this signature in database
GPG Key ID: 911B85FBC6003FE5
3 changed files with 44 additions and 34 deletions

View File

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

View File

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

3
root/.ignore Normal file
View File

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