From: Satoru Takeuchi Date: Sun, 7 Feb 2016 22:27:15 +0000 (+1100) Subject: aio-dio-eof-race should be ignored by git X-Git-Tag: v2022.05.01~2654 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d109d8c34d1f39fc953536864488cc308c0e8541;p=users%2Fhch%2Fxfstests-dev.git aio-dio-eof-race should be ignored by git src/aio-dio-regress/aio-dio-eof-race is a binary file built by make. So it should not be tracked by git. =============================================================================== $ make clean ... $ git status On branch sat-bugfixes nothing to commit, working directory clean $ make ... $ git status On branch sat-bugfixes Untracked files: (use "git add ..." to include in what will be committed) src/aio-dio-regress/aio-dio-eof-race =============================================================================== Signed-off-by: Satoru Takeuchi Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner --- diff --git a/.gitignore b/.gitignore index 5dc4f699b..a6f47d3de 100644 --- a/.gitignore +++ b/.gitignore @@ -113,6 +113,7 @@ /src/aio-dio-regress/aio-io-setup-with-nonwritable-context-pointer /src/aio-dio-regress/aio-last-ref-held-by-io /src/aio-dio-regress/aiodio_sparse2 +/src/aio-dio-regress/aio-dio-eof-race /src/cloner /src/renameat2 /src/t_rename_overwrite