Message ID | 1460361906-7054-1-git-send-email-omzg@plexistor.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Apr 11, 2016 at 11:05:06AM +0300, Omer Zilberberg wrote: > Recently added 450d833 (generic/338: Add mmap race test) added a new > binary, it should be added to .gitignore as well. > > Signed-off-by: Omer Zilberberg <omzg@plexistor.com> Reviewed-by: Eryu Guan <eguan@redhat.com> > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index f9ea1fa..552d2a8 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -60,6 +60,7 @@ > /src/getpagesize > /src/godown > /src/holes > +/src/holetest > /src/itrash > /src/locktest > /src/loggen > -- > 2.5.5 > > -- > To unsubscribe from this list: send the line "unsubscribe fstests" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/.gitignore b/.gitignore index f9ea1fa..552d2a8 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,7 @@ /src/getpagesize /src/godown /src/holes +/src/holetest /src/itrash /src/locktest /src/loggen
Recently added 450d833 (generic/338: Add mmap race test) added a new binary, it should be added to .gitignore as well. Signed-off-by: Omer Zilberberg <omzg@plexistor.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+)