apteryx pushed a commit to branch version-1.3.0 in repository guix. commit abff6f0fac2104c3ba2129166a4409568e9c7b16 Author: Maxim Cournoyer <[email protected]> AuthorDate: Mon May 10 22:33:08 2021 -0400
.gitignore: Ignore .mo files.
* .gitignore: Ignore files matching the *.mo pattern.
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 37ba7cb..88fe245 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.eps
*.go
*.log
+*.mo
*.pdf
*.png
*.tar.xz
