Add .build to gitignore

This commit is contained in:
stevapple
2022-03-05 17:24:36 +08:00
parent 56740867bd
commit 5c56c600cf

4
.gitignore vendored
View File

@@ -47,6 +47,9 @@ docs/_build
.cache
.clangd
# SwiftPM
.build
#==============================================================================#
# Ignore CMake temporary files
#==============================================================================#
@@ -59,6 +62,7 @@ CMakeFiles
#==============================================================================#
compile_commands.json
#==============================================================================#
# Ignore generated GYB files until we fix the workaround on Windows
#==============================================================================#
8