.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:
parent
d96312b9e2
commit
f8df2dadd9
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,7 +10,7 @@
|
||||||
.\#*
|
.\#*
|
||||||
\#*\#
|
\#*\#
|
||||||
build*/
|
build*/
|
||||||
!doc/guides/build
|
!doc/build/
|
||||||
!tests/drivers/build_all
|
!tests/drivers/build_all
|
||||||
cscope.*
|
cscope.*
|
||||||
.dir
|
.dir
|
||||||
|
|
Loading…
Reference in a new issue