diff options
author | Anmol Sethi <anmol@aubble.com> | 2016-08-11 02:11:56 -0400 |
---|---|---|
committer | Anmol Sethi <anmol@aubble.com> | 2016-08-11 02:14:02 -0400 |
commit | 9768d510fa5144280dd1fd57d59b901c485e0197 (patch) | |
tree | b9ce4eaa21da30e4a7f833eecb8ebc315d29373c | |
parent | add41dca98b748a84a022c828bc47e0e47e58332 (diff) | |
download | rneovim-9768d510fa5144280dd1fd57d59b901c485e0197.tar.gz rneovim-9768d510fa5144280dd1fd57d59b901c485e0197.tar.bz2 rneovim-9768d510fa5144280dd1fd57d59b901c485e0197.zip |
ignore .res files generated by the tests in testdir
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 766c323c34..3fb3d62517 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ tags # Files generated by the tests /src/nvim/testdir/del /src/nvim/testdir/test*.out +/src/nvim/testdir/test*.res /src/nvim/testdir/test.log /src/nvim/testdir/messages /src/nvim/testdir/viminfo |