diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-06 22:18:20 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-06 22:18:20 +0100 |
commit | f48ee3c28488f7c361732316f905ac420b3d8087 (patch) | |
tree | 34f5a530c163ab511d7c410b9beea4be7cf11e2e /.gitignore | |
parent | 88a3e2b2ac33e3bb4b7cf9132eb75db051e8f4ed (diff) | |
download | vim-git-f48ee3c28488f7c361732316f905ac420b3d8087.tar.gz |
patch 8.1.2402: typos and other small thingsv8.1.2402
Problem: Typos and other small things.
Solution: Small fixes.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0fd5ba047..81b3b1106 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ nbproject/* # Mac OSX src/xxd/xxd.dSYM +.DS_Store # All platforms *.rej |