Skip to content

Commit d6da9a1

Browse files
committed
.gitignore: Ignore /build when creating meson build dir
1 parent dd45f19 commit d6da9a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ src/modbus-version.h
3636
src/win32/modbus.dll.manifest
3737
tests/unit-test.h
3838

39+
# Generated by meson build
40+
/build
41+
3942
# mkdocs
4043
/site
4144

0 commit comments

Comments
 (0)