From b3d4e2d6dcdc65ec1bbc1df6144d19b5595b0aa3 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 29 Jul 2019 02:52:58 +0200 Subject: [PATCH] vim-patch:c33181c44ccb Ignore output files from indent tests. https://github.com/vim/vim/commit/c33181c44ccb86637e011f35cc0397a2d76e23ae --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 453211a30e..68dbb7588a 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ tags /src/nvim/testdir/X* /src/nvim/testdir/valgrind.* /src/nvim/testdir/.gdbinit +/runtime/indent/testdir/*.out # Generated by unit tests. /test/includes/post/