From 903c16fcfa5bfad0cdb2a7383d941243bcb12e76 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 22 May 2024 15:12:09 +0300 Subject: [PATCH] Move entries po4a/.gitignore to the top level .gitignore The po4a directory is in EXTRA_DIST and thus all files there are included in the package. .gitignore doesn't belong in the package so keep that file out of the po4a directory. --- .gitignore | 4 ++++ po4a/.gitignore | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 po4a/.gitignore diff --git a/.gitignore b/.gitignore index 69353b90..73127718 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,10 @@ coverage /doc/internal /doc/api +/po4a/man +/po4a/xz-man.pot +/po4a/*.po.authors + /src/liblzma/liblzma.pc /src/lzmainfo/lzmainfo /src/xz/xz diff --git a/po4a/.gitignore b/po4a/.gitignore deleted file mode 100644 index 735f9fd1..00000000 --- a/po4a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/man -/xz-man.pot -/*.po.authors