We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20242b4 + 5c56c60 commit 8eb762eCopy full SHA for 8eb762e
.gitignore
@@ -47,6 +47,9 @@ docs/_build
47
.cache
48
.clangd
49
50
+# SwiftPM
51
+.build
52
+
53
#==============================================================================#
54
# Ignore CMake temporary files
55
@@ -59,6 +62,7 @@ CMakeFiles
59
62
60
63
compile_commands.json
61
64
65
+#==============================================================================#
66
# Ignore generated GYB files until we fix the workaround on Windows
67
68
8
0 commit comments