From 2d034754bcc173a30d54f8031536048bb9b9ef6e Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Wed, 6 Nov 2019 12:36:24 +0200 Subject: [PATCH] Added ripgrep ignore stuff Signed-off-by: Marko Korhonen --- config-root.yaml | 72 +++++++++++++++++++++++++----------------------- home/.ignore | 3 ++ root/.ignore | 3 ++ 3 files changed, 44 insertions(+), 34 deletions(-) create mode 100644 root/.ignore diff --git a/config-root.yaml b/config-root.yaml index a4cd467..f08ce2f 100644 --- a/config-root.yaml +++ b/config-root.yaml @@ -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 diff --git a/home/.ignore b/home/.ignore index efd2ab3..5fcdfc5 100644 --- a/home/.ignore +++ b/home/.ignore @@ -5,3 +5,6 @@ .gnupg/ .subversion/ .cache/ +.cargo/ +.zplugin/ +.config/nvim/plugged/ diff --git a/root/.ignore b/root/.ignore new file mode 100644 index 0000000..77acc5f --- /dev/null +++ b/root/.ignore @@ -0,0 +1,3 @@ +.snapshots/ +proc/ +sys/