Skip to content

Commit 77a46b6

Browse files
committed
Gitignore for build artifacts
1 parent 55ebaee commit 77a46b6

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.gitignore

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,4 +360,25 @@ MigrationBackup/
360360
.ionide/
361361

362362
# Fody - auto-generated XML schema
363-
FodyWeavers.xsd
363+
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

Comments
 (0)