Skip to content

Commit 5c56c60

Browse files
committed
Add .build to gitignore
1 parent 5674086 commit 5c56c60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ docs/_build
4747
.cache
4848
.clangd
4949

50+
# SwiftPM
51+
.build
52+
5053
#==============================================================================#
5154
# Ignore CMake temporary files
5255
#==============================================================================#
@@ -59,6 +62,7 @@ CMakeFiles
5962
#==============================================================================#
6063
compile_commands.json
6164

65+
#==============================================================================#
6266
# Ignore generated GYB files until we fix the workaround on Windows
6367
#==============================================================================#
6468
8

0 commit comments

Comments
 (0)