Commit: Update .gitignore and .hgignore files

2024-08-11 Fir de Conversatie Christian Brabandt
Update .gitignore and .hgignore files Commit: https://github.com/vim/vim/commit/3383ed7e2446a4d977250360c45c568296110615 Author: Ken Takata Date: Sun Aug 11 18:38:19 2024 +0200 Update .gitignore and .hgignore files Ignore auto-generated executable files in src/po

Re: Update .gitignore

2019-05-07 Fir de Conversatie ktakata65536
Hi Bram, I have another proposal for the .gitignore file: * .aap files have been deleted. We can remove the related items. * Move *.map from "Borland C++" to "Windows". MSVC and MinGW may also generate a map file. * src/if_perl.c has been moved to src/auto/if_perl.c on Windows. It is now th

Re: Update .gitignore

2019-05-06 Fir de Conversatie Christian Brabandt
On Mo, 06 Mai 2019, Bram Moolenaar wrote: > > Christian wrote: > > > On Mo, 06 Mai 2019, Bram Moolenaar wrote: > > > > > > I actually have an .hgignore file, but it is not included in the git > > > repo, because it conflicts with the .gitignore file. There was a > > > discusison about this i

Re: Update .gitignore

2019-05-06 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Mo, 06 Mai 2019, Bram Moolenaar wrote: > > > > I actually have an .hgignore file, but it is not included in the git > > repo, because it conflicts with the .gitignore file. There was a > > discusison about this in the past. > > I am not sure how it can conflict with the

Re: Update .gitignore

2019-05-06 Fir de Conversatie Christian Brabandt
On Mo, 06 Mai 2019, Bram Moolenaar wrote: > > I actually have an .hgignore file, but it is not included in the git > repo, because it conflicts with the .gitignore file. There was a > discusison about this in the past. I am not sure how it can conflict with the .gitignore file. Since you alre

Re: Update .gitignore

2019-05-06 Fir de Conversatie Bram Moolenaar
Christian wrote: > On So, 05 Mai 2019, Bram Moolenaar wrote: > > > Ken Takata wrote: > > > > > I think `src/po/LINGUAS` should be ignored: > > > > > > --- a/.gitignore > > > +++ b/.gitignore > > > @@ -67,6 +67,7 @@ src/xxd/xxd.dSYM > > > *.pyc > > > *.log > > > src/po/vim.pot > > > +src/po

Re: Update .gitignore

2019-05-06 Fir de Conversatie Christian Brabandt
On So, 05 Mai 2019, Bram Moolenaar wrote: > > Ken Takata wrote: > > > I think `src/po/LINGUAS` should be ignored: > > > > --- a/.gitignore > > +++ b/.gitignore > > @@ -67,6 +67,7 @@ src/xxd/xxd.dSYM > > *.pyc > > *.log > > src/po/vim.pot > > +src/po/LINGUAS > > > > # Generated by "make

Re: Update .gitignore

2019-05-05 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > I think `src/po/LINGUAS` should be ignored: > > --- a/.gitignore > +++ b/.gitignore > @@ -67,6 +67,7 @@ src/xxd/xxd.dSYM > *.pyc > *.log > src/po/vim.pot > +src/po/LINGUAS > > # Generated by "make test" > src/po/*.ck I think we can delete the file after running msgfm

Update .gitignore

2019-05-05 Fir de Conversatie ktakata65536
Hi, I think `src/po/LINGUAS` should be ignored: --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,7 @@ src/xxd/xxd.dSYM *.pyc *.log src/po/vim.pot +src/po/LINGUAS # Generated by "make test" src/po/*.ck Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do no