git: ignore CLion configuration files
modify .gitignore file to ignore the '.idea' directory created by CLion. Change-Id: I63ca2fc8e3710ebcb08e99c7ad89d3bd57721dbd Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
This commit is contained in:
parent
f7ee1bfe6b
commit
1c883682ee
3
.gitignore
vendored
3
.gitignore
vendored
@ -276,6 +276,9 @@ tags
|
||||
# Visual Studio Code generated files
|
||||
.vscode
|
||||
|
||||
# CLion generated files
|
||||
.idea
|
||||
|
||||
# INTEGRITY generated files
|
||||
*.ael
|
||||
*.dla
|
||||
|
Loading…
Reference in New Issue
Block a user