]> granicus.if.org Git - vim/commitdiff
patch 9.0.0251: test output shows up in git v9.0.0251
authorhuang06 <tom4996131207@gmail.com>
Wed, 24 Aug 2022 10:26:16 +0000 (11:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Aug 2022 10:26:16 +0000 (11:26 +0100)
Problem:    Test output shows up in git.
Solution:   Ignore the "failed" directory. (Yao-Ching Huang, closes #10969)

.gitignore
src/version.c

index 8c330f32cbdabc516d74c3483aada698d432e409..6a97bb94dd54c52affd48d7473554fa326c6d846 100644 (file)
@@ -82,6 +82,7 @@ src/testdir/dostmp/*
 src/testdir/messages
 src/testdir/viminfo
 src/testdir/opt_test.vim
+src/testdir/failed
 runtime/indent/testdir/*.out
 runtime/indent/testdir/*.fail
 src/memfile_test
index a6563d10139a19447e7290c84cd560a6e6b49ab9..1d1de74d97a362a0a297e972c91b1859c5e445f0 100644 (file)
@@ -731,6 +731,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    251,
 /**/
     250,
 /**/