Patch 8.2.0090

22 views
Skip to first unread message

Bram Moolenaar

unread,
Jan 5, 2020, 4:11:29 PM1/5/20
to vim...@googlegroups.com

Patch 8.2.0090
Problem: Generated files show up in git status.
Solution: Ignore a few more files.
Files: .gitignore


*** ../vim-8.2.0089/.gitignore 2019-11-13 22:00:49.000000000 +0100
--- .gitignore 2020-01-05 18:54:37.356263441 +0100
***************
*** 8,13 ****
--- 8,14 ----
src/objects/.dirstamp
src/objects
src/tags
+ src/types.vim

# We do need src/auto/configure.
src/auto/config.cache
***************
*** 86,91 ****
--- 87,93 ----

# Generated by "make install"
runtime/doc/tags
+ runtime/doc/doctags

# Generated by "make shadow". The directory names could be anything but we
# restrict them to shadow (the default) or shadow-*
*** ../vim-8.2.0089/src/version.c 2020-01-05 22:05:46.448380159 +0100
--- src/version.c 2020-01-05 22:10:10.983342886 +0100
***************
*** 744,745 ****
--- 744,747 ----
{ /* Add new patch number below this line */
+ /**/
+ 90,
/**/

--
BRIDGEKEEPER: What is your favorite colour?
LAUNCELOT: Blue.
BRIDGEKEEPER: Right. Off you go.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///

Ken Takata

unread,
Jan 9, 2020, 9:43:44 AM1/9/20
to vim_dev
Hi Bram,


2020/1/6 Mon 6:11:29 UTC+9 Bram Moolenaar wrote:

Patch 8.2.0090
Problem:    Generated files show up in git status.
Solution:   Ignore a few more files.
Files:            .gitignore

I think that similar changes are needed for .hgignore:

--- a/.hgignore
+++ b/.hgignore
@@ -10,6 +10,7 @@ src/auto/gui_gtk_gresources.h
 src/objects/.dirstamp
 src/objects
 src/tags
+src/types.vim

 
 # We do need src/auto/configure.
 src/auto/config.cache
@@ -86,6 +87,7 @@ 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
 # restrict them to shadow (the default) or shadow-*


Regards,
Ken Takata

Bram Moolenaar

unread,
Jan 9, 2020, 10:27:24 AM1/9/20
to vim...@googlegroups.com, Ken Takata
Thanks, forgot about keeping them in sync.

--
Females are strictly forbidden to appear unshaven in public.
[real standing law in New Mexico, United States of America]
Reply all
Reply to author
Forward
0 new messages