Ignore build and IDE folders

Updating gitignore to exclude default build folders and CLion folder.
This commit is contained in:
Ruslan Fomkin 2020-08-24 12:34:59 +02:00 committed by Ruslan Fomkin
parent 78c2b9a162
commit 4179f4f324

3
.gitignore vendored
View File

@ -25,3 +25,6 @@ typedef.list
/CMakeSettings.json
/out/*
/debug/
/cmake-build-debug/
/.idea/