added .idea from CLion to gitignore

This commit is contained in:
s.kolesnik
2021-03-30 11:29:31 +05:00
parent 433984a572
commit f8f7c49534

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
\#*
.\#*
/build/
.idea
cmake-*