comparison .gitignore @ 28879:73d490493dc6 v8.2.4962

patch 8.2.4962: files show up in git status Commit: https://github.com/vim/vim/commit/5a8fad32ea9c075f045b37d6c7739891d458f82b Author: shane.xb.qian <shane.qian@foxmail.com> Date: Mon May 16 11:14:09 2022 +0100 patch 8.2.4962: files show up in git status Problem: Files show up in git status. Solution: Adjust the list of ignored files. Clean up more test files. (Shane xb Qian, closes #9929)
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 May 2022 12:15:04 +0200
parents 18892907cef7
children 9fdb54a36a5d
comparison
equal deleted inserted replaced
28878:3e05c671c2fa 28879:73d490493dc6
6 src/auto/gui_gtk_gresources.c 6 src/auto/gui_gtk_gresources.c
7 src/auto/gui_gtk_gresources.h 7 src/auto/gui_gtk_gresources.h
8 src/auto/os_haiku.rdef 8 src/auto/os_haiku.rdef
9 src/objects/.dirstamp 9 src/objects/.dirstamp
10 src/objects 10 src/objects
11 src/tags
12 src/types.vim 11 src/types.vim
13 12
14 # We do need src/auto/configure. 13 # We do need src/auto/configure.
15 src/auto/config.cache 14 src/auto/config.cache
16 src/auto/config.h 15 src/auto/config.h
60 *.swp 59 *.swp
61 *~ 60 *~
62 *.pyc 61 *.pyc
63 *.log 62 *.log
64 src/po/vim.pot 63 src/po/vim.pot
64 src/tags
65 /tags
66 /GPATH
67 /GTAGS
68 /GRTAGS
65 69
66 # Generated by "make test" 70 # Generated by "make test"
67 src/po/*.ck 71 src/po/*.ck
68 src/po/*.desktop 72 src/po/*.desktop
69 src/testdir/mbyte.vim 73 src/testdir/mbyte.vim
84 src/json_test 88 src/json_test
85 src/message_test 89 src/message_test
86 src/kword_test 90 src/kword_test
87 91
88 # Generated by "make install" 92 # Generated by "make install"
89 runtime/doc/tags
90 runtime/doc/doctags 93 runtime/doc/doctags
91 94
92 # Generated by "make shadow". The directory names could be anything but we 95 # Generated by "make shadow". The directory names could be anything but we
93 # restrict them to shadow (the default) or shadow-* 96 # restrict them to shadow (the default) or shadow-*
94 src/shadow 97 src/shadow