From c9fbfd99ad9f93fe9d4e69d9165f9bb19b71f3ed Mon Sep 17 00:00:00 2001 From: Enze Li Date: Fri, 9 Jun 2023 09:37:03 +0800 Subject: [PATCH] build-sys: rearrange gitignore in alphabetical order Signed-off-by: Enze Li --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3e21644208..456811ac69 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,10 @@ config/test-driver configure cscope.out depcomp +GPATH +GRTAGS +GTAGS +GSYMS INSTALL install-sh libtool @@ -64,16 +68,13 @@ tests/run.sh.log tests/run.sh.trs update.log ylwrap -GPATH -GRTAGS -GTAGS -GSYMS # # binaries # /addpart /agetty +/build*/ /blkdiscard /blkid /blkpr @@ -197,4 +198,3 @@ GSYMS /wipefs /write /zramctl -/build*/ -- 2.47.2