[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/20: .gitignore: Ignore generated .pot files.
From: |
guix-commits |
Subject: |
04/20: .gitignore: Ignore generated .pot files. |
Date: |
Sun, 25 Apr 2021 08:37:52 -0400 (EDT) |
civodul pushed a commit to branch version-1.3.0
in repository guix.
commit 129823c4997c65ad0ee711ab2fcfc91d00e6278c
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
- branch version-1.3.0 created (now 15b6c2a), guix-commits, 2021/04/25
- 01/20: Merge remote-tracking branch 'origin/wip-ungrafting' into HEAD, guix-commits, 2021/04/25
- 02/20: build-aux: Relax the regexp used to match NEWS sections., guix-commits, 2021/04/25
- 06/20: build: Use guix system image instead of disk-image, vm-image., guix-commits, 2021/04/25
- 03/20: build: Add doc-update-po as a prerequisite to the dist target., guix-commits, 2021/04/25
- 07/20: .gitignore: Ignore release artifacts., guix-commits, 2021/04/25
- 04/20: .gitignore: Ignore generated .pot files.,
guix-commits <=
- 08/20: build: Add a check for Guile-Lib., guix-commits, 2021/04/25
- 16/20: po: Remove file that no longer exists., guix-commits, 2021/04/25
- 05/20: gnu: guile-git: Update to 0.5.1., guix-commits, 2021/04/25
- 09/20: import: go: Do not set '%strict-tokenizer?' from the top level., guix-commits, 2021/04/25
- 20/20: http-client: Remove exception mishandling in 'http-multiple-get'., guix-commits, 2021/04/25
- 10/20: import: go: Autoload (htmlprag)., guix-commits, 2021/04/25
- 11/20: file-systems: read-partition-{uuid, label} don't swallow ENOENT & co., guix-commits, 2021/04/25
- 17/20: cve: Gracefully handle bogus CVE entries., guix-commits, 2021/04/25
- 19/20: http-client, substitute: Gracefully handle GnuTLS EAGAIN/EINTR., guix-commits, 2021/04/25
- 18/20: doc: Fix cross-reference URL to translated manual., guix-commits, 2021/04/25