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) | |
.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 37ba7cb910e..88fe24586db 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | *.eps | 1 | *.eps |
| 2 | *.go | 2 | *.go |
| 3 | *.log | 3 | *.log |
| 4 | *.mo | ||
| 4 | 5 | ||
| 5 | *.png | 6 | *.png |
| 6 | *.tar.xz | 7 | *.tar.xz |
