diff options
author | Arun Isaac | 2021-10-01 13:24:18 +0530 |
---|---|---|
committer | Arun Isaac | 2021-10-01 13:24:18 +0530 |
commit | df4e79518c6681e117592919782f5b26b2952a55 (patch) | |
tree | eeed51ed8c9af300aef14028c78f276f73335c4d | |
parent | 1f2b188e100cb6261d686a51692968591043f218 (diff) | |
download | skribilo-df4e79518c6681e117592919782f5b26b2952a55.tar.gz skribilo-df4e79518c6681e117592919782f5b26b2952a55.tar.lz skribilo-df4e79518c6681e117592919782f5b26b2952a55.zip |
gitignore: Add po/* files.
* .gitignore: Add po/*.gmo, po/Makefile.in.in, po/Makevars.template,
po/POTFILES, po/Rules-quot, po/boldquot.sed, po/en@boldquot.header,
po/en@quot.header, po/insert-header.sin, po/quot.sed,
po/remove-potcdate.sin and po/skribilo.pot.
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -21,3 +21,15 @@ src/pre-inst-skribilo src/guile/skribilo/config.scm *.go *.go.* +po/*.gmo +po/Makefile.in.in +po/Makevars.template +po/POTFILES +po/Rules-quot +po/boldquot.sed +po/en@boldquot.header +po/en@quot.header +po/insert-header.sin +po/quot.sed +po/remove-potcdate.sin +po/skribilo.pot
\ No newline at end of file |