diff options
author | shane.xb.qian <shane.qian@foxmail.com> | 2022-05-16 11:14:09 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-05-16 11:14:09 +0100 |
commit | 5a8fad32ea9c075f045b37d6c7739891d458f82b (patch) | |
tree | 535a8ffd68d9cc96f017912c13cf0087f97df378 /.gitignore | |
parent | 9f28eeb694cec8f5019b8fbde3f92f4a90dc5006 (diff) | |
download | vim-git-5a8fad32ea9c075f045b37d6c7739891d458f82b.tar.gz |
patch 8.2.4962: files show up in git statusv8.2.4962
Problem: Files show up in git status.
Solution: Adjust the list of ignored files. Clean up more test files.
(Shane xb Qian, closes #9929)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 72143d9e7..8c330f32c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ src/auto/gui_gtk_gresources.h src/auto/os_haiku.rdef src/objects/.dirstamp src/objects -src/tags src/types.vim # We do need src/auto/configure. @@ -62,6 +61,11 @@ src/xxd/xxd.dSYM *.pyc *.log src/po/vim.pot +src/tags +/tags +/GPATH +/GTAGS +/GRTAGS # Generated by "make test" src/po/*.ck @@ -86,7 +90,6 @@ src/message_test src/kword_test # Generated by "make install" -runtime/doc/tags runtime/doc/doctags # Generated by "make shadow". The directory names could be anything but we |