mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
gitignore: hide various files copied by the autogen.sh step.
These files seem to have appear ever since the recent gettext changes in
commit f663d26ab5
.
In particular, the call to autoreconf seems to be creating these.
This commit is contained in:
parent
15b31d1b72
commit
07cd09e290
2 changed files with 9 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -30,6 +30,7 @@
|
||||||
/config.h
|
/config.h
|
||||||
/config.h.in
|
/config.h.in
|
||||||
/config.log
|
/config.log
|
||||||
|
/config.rpath
|
||||||
/config.status
|
/config.status
|
||||||
/config.status.lineno
|
/config.status.lineno
|
||||||
/config.sub
|
/config.sub
|
||||||
|
|
8
po/.gitignore
vendored
8
po/.gitignore
vendored
|
@ -1,9 +1,17 @@
|
||||||
/*.gmo
|
/*.gmo
|
||||||
/*.mo
|
/*.mo
|
||||||
/*.pot
|
/*.pot
|
||||||
|
/boldquot.sed
|
||||||
|
/en@boldquot.header
|
||||||
|
/en@quot.header
|
||||||
|
/insert-header.sin
|
||||||
|
/quot.sed
|
||||||
|
/remove-potcdate.sin
|
||||||
/Makefile
|
/Makefile
|
||||||
/Makefile.in
|
/Makefile.in
|
||||||
|
/Makevars.template
|
||||||
/POTFILES
|
/POTFILES
|
||||||
|
/Rules-quot
|
||||||
/messages
|
/messages
|
||||||
/missing
|
/missing
|
||||||
/po2tbl.sed.in
|
/po2tbl.sed.in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue