diff options
author | Ammar Faizi <ammarfaizi2@gnuweeb.org> | 2022-02-25 08:14:36 +0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-02-25 07:16:55 -0700 |
commit | ac154c44e8c2d5b23017111dc44b419068c1ae34 (patch) | |
tree | ee48675b504f82924342ba99cafee6f377a45cb2 | |
parent | 15c01fcd1b0d37a12d945ab8dcdf96b3e055a4fd (diff) | |
download | liburing-ac154c44e8c2d5b23017111dc44b419068c1ae34.tar.gz liburing-ac154c44e8c2d5b23017111dc44b419068c1ae34.tar.bz2 |
.gitignore: Add `/test/fpos` to .gitignore
Dylan forgot to add it to .gitignore when creating this test.
Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
Link: https://lore.kernel.org/r/20220225011436.147898-1-ammarfaizi2@gnuweeb.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ /test/files-exit-hang-poll /test/files-exit-hang-timeout /test/fixed-link +/test/fpos /test/fsync /test/hardlink /test/io-cancel |