diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-01-10 18:16:07 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-01-10 18:16:07 +0100 |
commit | 78cf3f0de90613cc8621f806444120ee3b12b507 (patch) | |
tree | a2f148aec8d721ccaf9808614642020e58421ae7 /.gitignore | |
parent | a02471e2952b16c14a0ee779ba69ff4272c10192 (diff) | |
download | vim-git-78cf3f0de90613cc8621f806444120ee3b12b507.tar.gz |
updated for version 7.4.141v7.4.141
Problem: Problems when building with Borland: st_mode is signed short;
can't build with Python; temp files not ignored by Mercurial;
building with DEBUG doesn't define _DEBUG.
Solution: Fix the problems. (Ken Takata)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eff38a83e..9fbd77957 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,15 @@ src/Obj*/pathdef.c gvimext.dll gvimext.lib +# Borland C++ +bcc.cfg +*.ilc +*.ild +*.ilf +*.ils +*.map +*.tds + # Mac OSX src/xxd/xxd.dSYM |