diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-04-18 13:41:38 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-04-23 21:32:46 -0400 |
commit | 129823c4997c65ad0ee711ab2fcfc91d00e6278c (patch) | |
tree | f557410128332b3f52b19d3c051f3d1a39b90736 /.gitignore | |
parent | b3f4df3f71ea655d08c96a692b2ad189d8be784b (diff) | |
download | guix-129823c4997c65ad0ee711ab2fcfc91d00e6278c.tar.gz |
.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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fc8a859336..aeac63fe4d 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 |