aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-10-01 13:24:18 +0530
committerArun Isaac2021-10-01 13:24:18 +0530
commitdf4e79518c6681e117592919782f5b26b2952a55 (patch)
treeeeed51ed8c9af300aef14028c78f276f73335c4d
parent1f2b188e100cb6261d686a51692968591043f218 (diff)
downloadskribilo-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--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 78853e6..ffba8fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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