diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-15 21:26:57 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-15 21:26:57 +0200 |
commit | d318d78b148977518dfbb07b7b59129ea34c1c31 (patch) | |
tree | b8001524d48ad313c3aaaa7cedf37ca4a105ae09 | |
parent | 1b2affc7506d66fad04627506b9beb949d32db1e (diff) |
Remove accidentally included .mo file and don't let it ever happen again
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | po/hu.mo | bin | 107307 -> 0 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 71cdac50..facae80c 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ stamp-h1 *.la *.lo *.gmo +*.mo *.po~ # Win32 generated files plugins/wmpa/wmpa_h.h diff --git a/po/hu.mo b/po/hu.mo deleted file mode 100644 index e083edce..00000000 --- a/po/hu.mo +++ /dev/null Binary files differ |