Update .gitignore and .hgignore files
Commit:
https://github.com/vim/vim/commit/3383ed7e2446a4d977250360c45c568296110615
Author: Ken Takata <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1sdBgp-00COHX-KM%40256bit.org.