diff options
author | Thierry Crozat | 2014-03-09 21:59:03 +0000 |
---|---|---|
committer | Thierry Crozat | 2014-03-09 21:59:03 +0000 |
commit | 6de9af7eb637e51b8fd1db61f731d7a72c3fd980 (patch) | |
tree | 2bc3e0bb7baf6edaf36efe925b03253ad412f036 /.gitignore | |
parent | a6fb8f4348e3e59803419a4dc13ccd583fd78497 (diff) | |
download | scummvm-rg350-6de9af7eb637e51b8fd1db61f731d7a72c3fd980.tar.gz scummvm-rg350-6de9af7eb637e51b8fd1db61f731d7a72c3fd980.tar.bz2 scummvm-rg350-6de9af7eb637e51b8fd1db61f731d7a72c3fd980.zip |
GIT: Ignore gettext messages.mo file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3868edbbda..17012f3bb7 100644 --- a/.gitignore +++ b/.gitignore @@ -174,6 +174,9 @@ ipch/ LLVM32/ LLVM64/ +#Ignore gettext generated files +/messages.mo + #Ignore Qt Creator project files ScummVM.config ScummVM.creator |