On 2025-03-19 10:55:56, Andrey Albershteyn wrote: > Some build artifacts seems to be missing from gitignore (list them > with ls -l src/*.c). Also, add autoconf backup files (tilda). > > Signed-off-by: Andrey Albershteyn <aalbersh@xxxxxxxxxx> > --- > Minor patch to update gitignore with build artifacts. > --- > Compare .gitignore to src/*.c > > diff \ > <(grep -F '/src/' .gitignore |sed -E 's~/src/(.*)~\1~' | sort) \ > <(ls -l src/*.c | awk '{ print $9 }' | sed -E 's~src/(.*).c~\1~' | sort) > --- > .gitignore | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/.gitignore b/.gitignore > index 4fd817243dca37715d9a6ca52afa0f7fecfabc64..9b44071f8de3d43536e0a59c1a4a7416d6525f85 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -7,6 +7,7 @@ > .* > *.state > tags > +/*~ > > /local.config > /results > @@ -37,6 +38,7 @@ tags > /include/builddefs > /include/config.h > /include/config.h.in > +/include/*~ > > # quilt > /patches > @@ -210,6 +212,13 @@ tags > /src/fiemap-fault > /src/min_dio_alignment > /src/dio-writeback-race > +/src/enospc_unlink > +/src/iopat > +/src/md5 > +/src/scaleread > +/src/btrfs_encoded_read > +/src/btrfs_encoded_write > +/src/fsxattrat ops, some of them aren't compiled into separate executables and some got from an older branch ignore > > # Symlinked files > /tests/generic/035.out > > --- > base-commit: d71157da4ef4cfdbf39e2c4a07f8013633e6bcbe > change-id: 20250319-update-gitignore-60420f206207 > > Best regards, > -- > Andrey Albershteyn <aalbersh@xxxxxxxxxx> > -- - Andrey