mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
.gitignore: Ignore .mo files.
* .gitignore: Ignore files matching the *.mo pattern.
This commit is contained in:
parent
63d26e81ee
commit
abff6f0fac
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
*.eps
|
*.eps
|
||||||
*.go
|
*.go
|
||||||
*.log
|
*.log
|
||||||
|
*.mo
|
||||||
*.pdf
|
*.pdf
|
||||||
*.png
|
*.png
|
||||||
*.tar.xz
|
*.tar.xz
|
||||||
|
|
Loading…
Reference in a new issue