diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-05-10 22:33:08 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-05-10 22:33:08 -0400 |
commit | abff6f0fac2104c3ba2129166a4409568e9c7b16 (patch) | |
tree | da2b7a74df94fa69ca255ce9bff4dfc0f3dfc18f /.gitignore | |
parent | 63d26e81eea7be63caeb0eb7ca26ca1cf963ec97 (diff) | |
download | guix-abff6f0fac2104c3ba2129166a4409568e9c7b16.tar.gz |
.gitignore: Ignore .mo files.
* .gitignore: Ignore files matching the *.mo pattern.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 37ba7cb910..88fe24586d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.eps *.go *.log +*.mo *.pdf *.png *.tar.xz |