Added ripgrep ignore stuff
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
c7c2fff00b
commit
05120825c6
3 changed files with 44 additions and 34 deletions
|
@ -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
|
||||||
|
|
|
@ -5,3 +5,6 @@
|
||||||
.gnupg/
|
.gnupg/
|
||||||
.subversion/
|
.subversion/
|
||||||
.cache/
|
.cache/
|
||||||
|
.cargo/
|
||||||
|
.zplugin/
|
||||||
|
.config/nvim/plugged/
|
||||||
|
|
3
root/.ignore
Normal file
3
root/.ignore
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.snapshots/
|
||||||
|
proc/
|
||||||
|
sys/
|
Loading…
Add table
Add a link
Reference in a new issue