[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: .gitignore: Ignore .mo files.
From: |
guix-commits |
Subject: |
03/04: .gitignore: Ignore .mo files. |
Date: |
Mon, 10 May 2021 22:40:48 -0400 (EDT) |
apteryx pushed a commit to branch version-1.3.0
in repository guix.
commit abff6f0fac2104c3ba2129166a4409568e9c7b16
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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