diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-03-19 17:32:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-03-19 17:32:51 +0100 |
commit | 2fb9fa19e2263f077163d0da844b637d0a356863 (patch) | |
tree | 3bc3ff0fcd36ff2f01ee9c050d30be1a072a3357 /.gitignore | |
parent | 9c8c8c5d302ad40a3cd89fcd76f718b7e9fe86d5 (diff) | |
download | vim-git-2fb9fa19e2263f077163d0da844b637d0a356863.tar.gz |
updated for version 7.4.208v7.4.208
Problem: Mercurial picks up some files that are not distributed.
Solution: Add patterns to the ignore list. (Cade Forester)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9fbd77957..f13ca061b 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,9 @@ bcc.cfg *.map *.tds +# NetBeans +nbproject/* + # Mac OSX src/xxd/xxd.dSYM @@ -55,6 +58,7 @@ src/xxd/xxd.dSYM *.swp *~ *.pyc +*.log src/po/vim.pot # Generated by "make test" |