aio-dio-eof-race should be ignored by git
authorSatoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Sun, 7 Feb 2016 22:27:15 +0000 (09:27 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 7 Feb 2016 22:27:15 +0000 (09:27 +1100)
commitd109d8c34d1f39fc953536864488cc308c0e8541
tree3b12bb168b3f345c1209069e6a46b770513b43f5
parent84aea94669c7595feb7120eb283ed496e6dc782a
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 <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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
.gitignore