diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-28 22:36:37 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-28 22:36:37 +0200 |
commit | 471a8975690af01a1244b28d5b5f978ca623028f (patch) | |
tree | 67419993fbfcd6000fe1a8c20da199faa7c58dea /.gitignore | |
parent | 8c08b5b569e2a9e9f63dea514591ecfa2d3bb392 (diff) | |
download | vim-git-471a8975690af01a1244b28d5b5f978ca623028f.tar.gz |
Update gitignore for new test binary. (Oyvind Holm, closes #954)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 97e6d2d15..8bff47429 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,4 @@ src/testdir/messages src/testdir/viminfo src/memfile_test src/json_test +src/message_test |