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.
1 parent 55ebaee commit 77a46b6Copy full SHA for 77a46b6
.gitignore
@@ -360,4 +360,25 @@ MigrationBackup/
360
.ionide/
361
362
# Fody - auto-generated XML schema
363
-FodyWeavers.xsd
+FodyWeavers.xsd
364
+
365
+# CMake build directories and files
366
+CMakeFiles/
367
+CMakeCache.txt
368
+cmake_install.cmake
369
+Makefile
370
+CTestTestfile.cmake
371
+install_manifest.txt
372
+*.cmake
373
374
+# Ninja build files
375
+build.ninja
376
+rules.ninja
377
+.ninja_deps
378
+.ninja_log
379
380
+# Typical out-of-source build folder
381
+build/
382
383
+*.exe
384
+*.lib
0 commit comments