Skip to content

Commit 561b144

Browse files
gitignore: use typical conventions
Use the typical .gitignore format used by many repositories in the organization to ignore the build directories and extracted subproject directories, but not the wrap files themselves. Change-Id: Ibd22cb922172abb8e2ad420a20c95823a4696e68 Signed-off-by: Patrick Williams <[email protected]>
1 parent 5c7e80d commit 561b144

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.gitignore

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# meson
2-
3-
/build
4-
/builddir
1+
build*/
2+
subprojects/*
3+
!subprojects/*.wrap

0 commit comments

Comments
 (0)