mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
docs(gitignore): correct oldtest path
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@@ -36,21 +36,21 @@ compile_commands.json
|
|||||||
*.rej
|
*.rej
|
||||||
|
|
||||||
# Generated by old (Vim) tests.
|
# Generated by old (Vim) tests.
|
||||||
/test/old/testdir/testdir/del
|
/test/old/testdir/del
|
||||||
/test/old/testdir/testdir/test*.out
|
/test/old/testdir/test*.out
|
||||||
/test/old/testdir/testdir/test*.res
|
/test/old/testdir/test*.res
|
||||||
/test/old/testdir/testdir/test*.log
|
/test/old/testdir/test*.log
|
||||||
/test/old/testdir/testdir/messages
|
/test/old/testdir/messages
|
||||||
/test/old/testdir/testdir/viminfo
|
/test/old/testdir/viminfo
|
||||||
/test/old/testdir/testdir/test.ok
|
/test/old/testdir/test.ok
|
||||||
/test/old/testdir/testdir/*.failed
|
/test/old/testdir/*.failed
|
||||||
/test/old/testdir/testdir/X*
|
/test/old/testdir/X*
|
||||||
/test/old/testdir/testdir/valgrind.*
|
/test/old/testdir/valgrind.*
|
||||||
/test/old/testdir/testdir/.gdbinit
|
/test/old/testdir/.gdbinit
|
||||||
/runtime/indent/testdir/*.out
|
/runtime/indent/testdir/*.out
|
||||||
+runtime/indent/testdir/*.fail
|
+runtime/indent/testdir/*.fail
|
||||||
# Generated by test/old/testdir/testdir/runnvim.sh.
|
# Generated by test/old/testdir/runnvim.sh.
|
||||||
/test/old/testdir/testdir/*.tlog
|
/test/old/testdir/*.tlog
|
||||||
|
|
||||||
# Generated by unit tests.
|
# Generated by unit tests.
|
||||||
/test/includes/post/
|
/test/includes/post/
|
||||||
|
Reference in New Issue
Block a user