From dd199856ec977d7d1d1c977b8d53643d9e373be2 Mon Sep 17 00:00:00 2001 From: Robert Elliott Date: Mon, 4 Dec 2017 14:53:16 -0600 Subject: [PATCH] .gitignore: ignore tags files and additional output binaries Ignore tags files used by emacs and ctags/vim. Ignore the additional output binaries alongside fio, such as gfio and all the programs in t/. Signed-off-by: Jens Axboe --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 463b53a7..0c8cb7c3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,19 @@ /config.log /cscope.out /fio +/gfio +/t/axmap +/t/fio-btrace2fio +/t/fio-dedupe +/t/fio-genzipf +/t/fio-verify-state +/t/gen-rand +/t/ieee754 +/t/lfsr-test +/t/stest y.tab.* lex.yy.c *.un~ doc/output +/tags +/TAGS -- 2.25.1