mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2025-12-20 08:00:11 +01:00
gitignore: Add translation related generated files to .gitignore
Add translation related generated files to .gitignore. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
fc3f81addf
commit
b867c450e8
2 changed files with 10 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -14,7 +14,6 @@ configure
|
||||||
config.h*
|
config.h*
|
||||||
*-test
|
*-test
|
||||||
*.la
|
*.la
|
||||||
.gitignore
|
|
||||||
config.log
|
config.log
|
||||||
build-tools
|
build-tools
|
||||||
config.status
|
config.status
|
||||||
|
|
@ -43,3 +42,5 @@ tags
|
||||||
*.path
|
*.path
|
||||||
docs/*.8
|
docs/*.8
|
||||||
docs/*.1
|
docs/*.1
|
||||||
|
ABOUT-NLS
|
||||||
|
m4
|
||||||
|
|
|
||||||
8
po/.gitignore
vendored
Normal file
8
po/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
Makefile.in.in
|
||||||
|
Makevars.template
|
||||||
|
POTFILES
|
||||||
|
Rules-quot
|
||||||
|
*.gmo
|
||||||
|
*.header
|
||||||
|
*.sin
|
||||||
|
*.sed
|
||||||
Loading…
Add table
Reference in a new issue