Update .gitignore
This commit is contained in:
parent
ad3524bd23
commit
df92ed8956
|
|
@ -1,5 +1,6 @@
|
|||
# CMake build files
|
||||
build/
|
||||
build-debug/
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
|
|
@ -26,6 +27,7 @@ ui_*.h
|
|||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
.zed/
|
||||
*.pro.user
|
||||
*.pro.user.*
|
||||
*.creator
|
||||
|
|
|
|||
Loading…
Reference in New Issue