[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/15: .gitignore: Ignore generated .pot files.
From: |
guix-commits |
Subject: |
04/15: .gitignore: Ignore generated .pot files. |
Date: |
Sat, 24 Apr 2021 10:34:45 -0400 (EDT) |
apteryx 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 65a042a), guix-commits, 2021/04/24
- 07/15: .gitignore: Ignore release artifacts., guix-commits, 2021/04/24
- 05/15: gnu: guile-git: Update to 0.5.1., guix-commits, 2021/04/24
- 09/15: import: go: Do not set '%strict-tokenizer?' from the top level., guix-commits, 2021/04/24
- 10/15: import: go: Autoload (htmlprag)., guix-commits, 2021/04/24
- 06/15: build: Use guix system image instead of disk-image, vm-image., guix-commits, 2021/04/24
- 04/15: .gitignore: Ignore generated .pot files.,
guix-commits <=
- 11/15: file-systems: read-partition-{uuid, label} don't swallow ENOENT & co., guix-commits, 2021/04/24
- 02/15: build-aux: Relax the regexp used to match NEWS sections., guix-commits, 2021/04/24
- 14/15: guix-install.sh: Allow overriding the Guix binary source., guix-commits, 2021/04/24
- 01/15: Merge remote-tracking branch 'origin/wip-ungrafting' into HEAD, guix-commits, 2021/04/24
- 03/15: build: Add doc-update-po as a prerequisite to the dist target., guix-commits, 2021/04/24
- 08/15: build: Add a check for Guile-Lib., guix-commits, 2021/04/24
- 12/15: gnu: icecat: Update to 78.10.0-guix0-preview1 [security fixes]., guix-commits, 2021/04/24
- 13/15: gnu: wireshark: Update to 3.4.5 [security fixes]., guix-commits, 2021/04/24
- 15/15: WIP: Prepare for the release., guix-commits, 2021/04/24