diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-03-07 11:16:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 11:16:55 +0800 |
commit | 7a44231832fbeb0fe87553f75519ca46e91cb7ab (patch) | |
tree | 423aadf40699ec5a89c08ca925b4029c2718ee2c | |
parent | af23d173883f47fd02a9a380c719e4428370b484 (diff) | |
download | rneovim-7a44231832fbeb0fe87553f75519ca46e91cb7ab.tar.gz rneovim-7a44231832fbeb0fe87553f75519ca46e91cb7ab.tar.bz2 rneovim-7a44231832fbeb0fe87553f75519ca46e91cb7ab.zip |
docs(gitignore): correct oldtest path
-rw-r--r-- | .gitignore | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore index b20d9ef19b..5099766e78 100644 --- a/.gitignore +++ b/.gitignore @@ -36,21 +36,21 @@ compile_commands.json *.rej # Generated by old (Vim) tests. -/test/old/testdir/testdir/del -/test/old/testdir/testdir/test*.out -/test/old/testdir/testdir/test*.res -/test/old/testdir/testdir/test*.log -/test/old/testdir/testdir/messages -/test/old/testdir/testdir/viminfo -/test/old/testdir/testdir/test.ok -/test/old/testdir/testdir/*.failed -/test/old/testdir/testdir/X* -/test/old/testdir/testdir/valgrind.* -/test/old/testdir/testdir/.gdbinit +/test/old/testdir/del +/test/old/testdir/test*.out +/test/old/testdir/test*.res +/test/old/testdir/test*.log +/test/old/testdir/messages +/test/old/testdir/viminfo +/test/old/testdir/test.ok +/test/old/testdir/*.failed +/test/old/testdir/X* +/test/old/testdir/valgrind.* +/test/old/testdir/.gdbinit /runtime/indent/testdir/*.out +runtime/indent/testdir/*.fail -# Generated by test/old/testdir/testdir/runnvim.sh. -/test/old/testdir/testdir/*.tlog +# Generated by test/old/testdir/runnvim.sh. +/test/old/testdir/*.tlog # Generated by unit tests. /test/includes/post/ |