diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-02-16 23:07:13 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-16 15:13:57 -0800 |
commit | 41f5d4539e709a2d1d3c939297299ed7246e026c (patch) | |
tree | 2181d2e97a65a92b707c21ce7acf0be56cbc3785 /.gitignore | |
parent | bb613f2ae3a50c9d89c2364010f5bb6e9b96b80f (diff) | |
download | subsurface-41f5d4539e709a2d1d3c939297299ed7246e026c.tar.gz |
Ignore .mo files
Poedit creates .mo files. Let's just ignore them.
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f19a4f202..dfca6bb9e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.xml !dives/*.xml *~ +po/*.mo /subsurface .dep/ share/ |