* [PATCH] aio-dio-eof-race should be ignored by git
@ 2016-02-04 0:48 Satoru Takeuchi
2016-02-04 15:45 ` Christoph Hellwig
0 siblings, 1 reply; 2+ messages in thread
From: Satoru Takeuchi @ 2016-02-04 0:48 UTC (permalink / raw)
To: fstests; +Cc: Eric Sandeen
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>
---
.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
--
2.7.0.rc3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-04 15:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-04 0:48 [PATCH] aio-dio-eof-race should be ignored by git Satoru Takeuchi
2016-02-04 15:45 ` Christoph Hellwig
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.