guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: .gitignore: Ignore generated .pot files.


From: guix-commits
Subject: 04/08: .gitignore: Ignore generated .pot files.
Date: Mon, 19 Apr 2021 08:21:18 -0400 (EDT)

apteryx pushed a commit to branch version-1.3.0
in repository guix.

commit 50f2131de6f2d43921607f6de8896c8918d1c18b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Apr 18 13:41:38 2021 -0400

    .gitignore: Ignore generated .pot files.
    
    These files are automatically-extracted templates rather than source, hence
    shouldn't be checked in.
    
    * .gitignore: Add a glob pattern to ignore .pot files.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index fc8a859..aeac63f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -93,6 +93,7 @@
 /nix/config.h
 /nix/config.h.in
 /po/doc/*.mo
+/po/doc/*.pot
 /po/guix/*.gmo
 /po/guix/*.insert-header
 /po/guix/*.mo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]