From 132e097f6a88b00d90c83ec9cb66f85122ad95fe Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 13 Oct 2022 19:58:59 +0200 Subject: [PATCH] build-sys: sort the gitignore and add fadvise The fadvise binary was missing from the .gitignore, so it's been added. At the same time I also sorted the binaries for those nice eye candy points :) --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 66b2d2602a..7e622c4031 100644 --- a/.gitignore +++ b/.gitignore @@ -81,8 +81,8 @@ GSYMS /cfdisk /chcpu /chfn -/choom /chmem +/choom /chrt /chsh /col @@ -93,6 +93,7 @@ GSYMS /delpart /dmesg /eject +/fadvise /fallocate /fdformat /fdisk @@ -124,10 +125,10 @@ GSYMS /look /losetup /lsblk +/lscpu /lsfd /lsipc /lsirq -/lscpu /lslocks /lslogins /lsmem @@ -162,8 +163,8 @@ GSYMS /runuser /sample-* /script -/scriptreplay /scriptlive +/scriptreplay /setarch /setpriv /setsid @@ -178,6 +179,7 @@ GSYMS /taskset /test_* /tunelp +/uclampset /ul /umount /unshare @@ -192,5 +194,4 @@ GSYMS /wipefs /write /zramctl -/uclampset /build*/ -- 2.47.3