mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Added ripgrep ignore stuff
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
c7c2fff00b
commit
05120825c6
@ -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
|
||||
|
@ -5,3 +5,6 @@
|
||||
.gnupg/
|
||||
.subversion/
|
||||
.cache/
|
||||
.cargo/
|
||||
.zplugin/
|
||||
.config/nvim/plugged/
|
||||
|
3
root/.ignore
Normal file
3
root/.ignore
Normal file
@ -0,0 +1,3 @@
|
||||
.snapshots/
|
||||
proc/
|
||||
sys/
|
Loading…
Reference in New Issue
Block a user