diff options
author | Sebastian Krah <skrah@suse.com> | 2019-05-08 12:03:50 +0200 |
---|---|---|
committer | Sebastian Krah <skrah@suse.com> | 2019-05-09 12:48:18 +0200 |
commit | 170b96401261a9f776f13c4d9351600fe43c16ad (patch) | |
tree | 8983cd07e41a67186b316bc91c4e05fff9dacb0b /.gitignore | |
parent | Merge pull request #26654 from sebastian-philipp/orchestrator-progress (diff) | |
download | ceph-170b96401261a9f776f13c4d9351600fe43c16ad.tar.xz ceph-170b96401261a9f776f13c4d9351600fe43c16ad.zip |
mgr/dashboard: Remove messages.xlf
Removes the messages.xlf file from the git repository, due to a lot of merge conflicts.
It won't cause any problems, because the file is not important for building or the translation during runtime.
Fixes: https://tracker.ceph.com/issues/38003
Signed-off-by: Sebastian Krah <skrah@suse.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4f84b900254..02c7dd8fe3e 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ GTAGS /src/pybind/mgr/dashboard/frontend/.protractor-report /src/pybind/mgr/dashboard/frontend/src/environments/environment.ts /src/pybind/mgr/dashboard/frontend/src/environments/environment.prod.ts +/src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf |