.gitignore: fix !doc/build pattern

There is no doc/guides/build directory. Fix a line referencing this to
refer to the actual directory containing build and configuration
system documentation, doc/build. (This is distinct from the
documentation build directory, which is canonically doc/_build. I
know...).

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2022-04-13 10:44:51 -07:00 committed by Carles Cufí
parent d96312b9e2
commit f8df2dadd9

2
.gitignore vendored
View file

@ -10,7 +10,7 @@
.\#* .\#*
\#*\# \#*\#
build*/ build*/
!doc/guides/build !doc/build/
!tests/drivers/build_all !tests/drivers/build_all
cscope.* cscope.*
.dir .dir