.gitignore: ignore .exe files (for Windows)
authorRobert Elliott <elliott@hpe.com>
Mon, 13 Nov 2017 21:56:59 +0000 (15:56 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 16 Nov 2017 21:06:15 +0000 (14:06 -0700)
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 <axboe@kernel.dk>
.gitignore

index a07a3240b7555bc1ea93ad1b2dbe13e91c84f929..463b53a7db928fcb7a0af594f295afa6c81126cb 100644 (file)
@@ -1,5 +1,6 @@
 *.d
 *.o
+*.exe
 /.depend
 /FIO-VERSION-FILE
 /config-host.h