gitignore: Fix doxygen generated directory names
The dir/file names in .gitignore are relatively to the root of the git tree, so amend it. Change-Id: I532b3fae4f66590fb34555dd8407576f1e27f744 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
3d655c7286
commit
f07539313c
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -19,9 +19,9 @@ scripts/kconfig/zconf.hash.c
|
|||
scripts/kconfig/zconf.lex.c
|
||||
scripts/kconfig/zconf.tab.c
|
||||
doc/_build
|
||||
xml
|
||||
html/
|
||||
doc/latex/
|
||||
doc/xml
|
||||
doc/html
|
||||
doc/latex
|
||||
sanity-out/
|
||||
scripts/grub
|
||||
doc/reference/kconfig/CONFIG_*
|
||||
|
|
Loading…
Reference in a new issue