From: Robert Elliott Date: Mon, 13 Nov 2017 21:56:59 +0000 (-0600) Subject: .gitignore: ignore .exe files (for Windows) X-Git-Tag: fio-3.3~74 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=07c4d94b85c121aeda013a005bd926195bfee356 .gitignore: ignore .exe files (for Windows) Make git ignore .exe files, which are generated by Windows cygwin builds. Examples: new file: fio.exe new file: t/axmap.exe new file: t/fio-dedupe.exe new file: t/fio-genzipf.exe new file: t/fio-verify-state.exe new file: t/gen-rand.exe new file: t/ieee754.exe new file: t/lfsr-test.exe new file: t/stest.exe Signed-off-by: Jens Axboe --- diff --git a/.gitignore b/.gitignore index a07a3240..463b53a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.d *.o +*.exe /.depend /FIO-VERSION-FILE /config-host.h