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.

(cherry picked from commit 903c16fcfa)
This commit is contained in:
Lasse Collin 2024-05-22 15:12:09 +03:00
parent 8a99272d4a
commit 3c7e400fdc
2 changed files with 4 additions and 3 deletions

4
.gitignore vendored
View File

@ -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

3
po4a/.gitignore vendored
View File

@ -1,3 +0,0 @@
/man
/xz-man.pot
/*.po.authors