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) | |
.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 fc8a8593366..aeac63fe4d9 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -93,6 +93,7 @@ | |||
| 93 | /nix/config.h | 93 | /nix/config.h |
| 94 | /nix/config.h.in | 94 | /nix/config.h.in |
| 95 | /po/doc/*.mo | 95 | /po/doc/*.mo |
| 96 | /po/doc/*.pot | ||
| 96 | /po/guix/*.gmo | 97 | /po/guix/*.gmo |
| 97 | /po/guix/*.insert-header | 98 | /po/guix/*.insert-header |
| 98 | /po/guix/*.mo | 99 | /po/guix/*.mo |
