aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorToshiaki Asai <toshi.alternative@gmail.com>2014-12-13 10:29:13 +0900
committerToshiaki Asai <toshi.alternative@gmail.com>2014-12-13 10:29:13 +0900
commit05b7248b51a4053fe536c5021474cd2d2b66d8de (patch)
tree17e9214ee2e04c0a333557ff33568a53807caf50 /.gitignore
parent37b1ecb657128c64996c012f561144b24bf253a1 (diff)
downloadmikutter-05b7248b51a4053fe536c5021474cd2d2b66d8de.tar.gz
エディタなどが自動生成するmoファイルを無視する設定
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 218bed78..9e3ad56c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@
/Gemfile.lock
/.bundle/
/vendor/
-*.pot \ No newline at end of file
+*.pot
+*.mo \ No newline at end of file