diff mbox

aio-dio-eof-race should be ignored by git

Message ID 56B29FD6.3010701@jp.fujitsu.com (mailing list archive)
State New, archived
Headers show

Commit Message

Satoru Takeuchi Feb. 4, 2016, 12:48 a.m. UTC
src/aio-dio-regress/aio-dio-eof-race is a binary file built by make.
So it should not be tracked by git.

Comments

Christoph Hellwig Feb. 4, 2016, 3:45 p.m. UTC | #1
Looks good,

Reviewed-by: Christoph Hellwig <hch@lst.de>
--
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 mbox

Patch

===============================================================================
$ 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 <file>..." to include in what will be committed)

	src/aio-dio-regress/aio-dio-eof-race
===============================================================================

Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 5dc4f69..a6f47d3 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