On Wed, Jun 01, 2022 at 10:42:47AM -0700, Darrick J. Wong wrote: > On Wed, Jun 01, 2022 at 02:37:30PM +0800, Zorro Lang wrote: > > Add src/dmiperf and src/t_locks_execve into .gitignore file > > > > Signed-off-by: Zorro Lang <zlang@xxxxxxxxxx> > > --- > > .gitignore | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/.gitignore b/.gitignore > > index 88c79412..24bde45c 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -77,6 +77,7 @@ tags > > /src/dirhash_collide > > /src/dirperf > > /src/dirstress > > +/src/dmiperf > > Removed in commit c13150fe ("src/dmiperf: Remove obsolete dmiperf") > > > /src/e4compact > > /src/ext4_resize > > /src/fault > > @@ -146,6 +147,7 @@ tags > > /src/t_getcwd > > /src/t_holes > > /src/t_immutable > > +/src/t_locks_execve > > Removed in commit fd2366c6 ("fstests: remove generic/484") Oh, sorry, so they're only left in my local directory:) Please ignore this patch. > > --D > > > /src/t_mmap_collision > > /src/t_mmap_cow_race > > /src/t_mmap_dio > > -- > > 2.31.1 > > >