Update .gitignore and .hgignore files Commit: https://github.com/vim/vim/commit/3383ed7e2446a4d977250360c45c568296110615 Author: Ken Takata <ken...@csc.jp> Date: Sun Aug 11 18:38:19 2024 +0200
Update .gitignore and .hgignore files Ignore auto-generated executable files in src/po/ closes: #15472 Signed-off-by: Ken Takata <ken...@csc.jp> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/.gitignore b/.gitignore index 241e96eaf..048ced9db 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ src/auto/gui_gtk_gresources.h src/auto/os_haiku.rdef src/objects/.dirstamp src/objects +src/po/big5corr +src/po/sjiscorr src/types.vim # We do need src/auto/configure. diff --git a/.hgignore b/.hgignore index 8b73f1b82..5c9754e2e 100644 --- a/.hgignore +++ b/.hgignore @@ -10,6 +10,8 @@ src/auto/gui_gtk_gresources.h src/auto/os_haiku.rdef src/objects/.dirstamp src/objects +src/po/big5corr +src/po/sjiscorr src/types.vim # We do need src/auto/configure. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1sdBgp-00COHX-KM%40256bit.org.