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,48 +89,52 @@ dotfiles:
f_fstab:
src: etc/fstab
dst: /etc/fstab
f_ignore:
src: .ignore
dst: /.ignore
profiles:
locale:
dotfiles:
- f_locale.conf
- f_locale.gen
- f_locale.conf
- f_locale.gen
pacman:
dotfiles:
- f_pacman.conf
- f_pacserve.service.conf
- f_pacman.conf
- f_pacserve.service.conf
Mirkwood:
dotfiles:
- f_environment
- f_cryptissue
- f_welcomemessage.conf
- f_clamd.conf
- f_detected.sh
- d_bin
- f_adb.service
- f_bluetooth.conf
- f_iwd@.service
- f_loader.conf
- f_sshd_config
- f_logind.conf
- f_60-uinput-permissions.rules
- f_freetype2.sh
- f_fonts.conf
- f_timesyncd.conf
- f_99-sysctl.conf
- f_override.conf
- f_99-conbee-usb-serial.rules
- f_99-lowbat.rules
- f_sleep.conf
- f_fstab
- f_environment
- f_cryptissue
- f_welcomemessage.conf
- f_clamd.conf
- f_detected.sh
- d_bin
- f_adb.service
- f_bluetooth.conf
- f_iwd@.service
- f_loader.conf
- f_sshd_config
- f_logind.conf
- f_60-uinput-permissions.rules
- f_freetype2.sh
- f_fonts.conf
- f_timesyncd.conf
- f_99-sysctl.conf
- f_override.conf
- f_99-conbee-usb-serial.rules
- f_99-lowbat.rules
- f_sleep.conf
- f_fstab
- f_ignore
include:
- locale
- pacman
- locale
- pacman
Rivendell:
include:
- locale
- pacman
- locale
- pacman
dotfiles:
- f_bluetooth.conf
- f_60-uinput-permissions.rules
- f_timesyncd.conf
- f_sshd_config
- f_bluetooth.conf
- f_60-uinput-permissions.rules
- f_timesyncd.conf
- f_sshd_config

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/