diff options
author | Ruben Davila <rdavila84@gmail.com> | 2017-04-13 01:08:44 -0500 |
---|---|---|
committer | Ruben Davila <rdavila84@gmail.com> | 2017-04-13 01:08:44 -0500 |
commit | 72fefba4c18e2464725231b3426ec2e3b0eda9c4 (patch) | |
tree | 0dc79cf7291250bed9c7b0d3f07740d055ae3c5a /.gitignore | |
parent | 73d0730d09b5f9a9b68f158cc72ad30c7a2b35d0 (diff) | |
download | gitlab-ce-72fefba4c18e2464725231b3426ec2e3b0eda9c4.tar.gz |
Ignore some files required to the translation process
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 51b4d06b01b..40948f2e89c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *.log *.swp +*.mo +*.edit.po .DS_Store .bundle .chef @@ -53,3 +55,4 @@ eslint-report.html /shared/* /.gitlab_workhorse_secret /webpack-report/ +/locale/**/LC_MESSAGES |