Commit: Update .gitignore and .hgignore files

3 views
Skip to first unread message

Christian Brabandt

unread,
Aug 11, 2024, 12:45:14 PM8/11/24
to vim...@googlegroups.com
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.
Reply all
Reply to author
Forward
0 new messages