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.in
|
||||
/config.log
|
||||
/config.rpath
|
||||
/config.status
|
||||
/config.status.lineno
|
||||
/config.sub
|
||||
|
|
|
|||
8
po/.gitignore
vendored
8
po/.gitignore
vendored
|
|
@ -1,9 +1,17 @@
|
|||
/*.gmo
|
||||
/*.mo
|
||||
/*.pot
|
||||
/boldquot.sed
|
||||
/en@boldquot.header
|
||||
/en@quot.header
|
||||
/insert-header.sin
|
||||
/quot.sed
|
||||
/remove-potcdate.sin
|
||||
/Makefile
|
||||
/Makefile.in
|
||||
/Makevars.template
|
||||
/POTFILES
|
||||
/Rules-quot
|
||||
/messages
|
||||
/missing
|
||||
/po2tbl.sed.in
|
||||
|
|
|
|||
Loading…
Reference in a new issue