diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-02 18:05:10 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-02 18:05:10 +0100 |
commit | 89b24fcfc2250d3ccb2f96c61911d9ad0020756b (patch) | |
tree | d1ec8c66d4e36684c99a1183631dc617174128dd | |
parent | 887c1fea4a114e7170091942d0446c8882701b5b (diff) | |
download | vim-git-89b24fcfc2250d3ccb2f96c61911d9ad0020756b.tar.gz |
Update ignored files. Delete file that should have been deleted by patch 7.4.1016.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | src/testdir/todos.vim | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 46d0de56c..acd9fc8ad 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ src/pathdef.c src/Obj*/pathdef.c gvimext.dll gvimext.lib +runtime/doc/uganda.nsis.txt # Borland C++ bcc.cfg diff --git a/src/testdir/todos.vim b/src/testdir/todos.vim deleted file mode 100644 index 0256a51c8..000000000 --- a/src/testdir/todos.vim +++ /dev/null @@ -1,3 +0,0 @@ -:" Script to make sure a file is in "dos" file format. -:set ff=dos -:wq |