diff options
author | Marco Bubke <marco.bubke@theqtcompany.com> | 2015-06-16 11:56:00 +0200 |
---|---|---|
committer | Marco Bubke <marco.bubke@theqtcompany.com> | 2015-06-16 13:29:27 +0000 |
commit | 1402c067b1cf9c46c2e38190f243e44138deddbe (patch) | |
tree | b2f8181292818cc56f54018195147ce3ee2e0fb7 /.gitignore | |
parent | 1e92b8463366253d59a9faf977fe77a90ed3270c (diff) | |
download | qt-creator-1402c067b1cf9c46c2e38190f243e44138deddbe.tar.gz |
Clang: Rename CodeModelBackEnd in ClangBackEnd
Change-Id: I13e8a458634110456375956d4d4da7239c86957f
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5efdf6e49f..1242e01ea6 100644 --- a/.gitignore +++ b/.gitignore @@ -117,7 +117,7 @@ tmp/ *.dll *.exe /bin/buildoutputparser -/bin/codemodelbackend +/bin/clangbackend /bin/cpaster /bin/cplusplus-ast2png /bin/cplusplus-frontend |