mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 02:45:22 +00:00
The Kconfig documentation index file is auto-generated. Adding it to list of files ignored by git so that it isn't added by accident in the future. Change-Id: I763a3d3d9382bec843e1e4ddfc198f756bb5cb80 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
28 lines
408 B
Plaintext
28 lines
408 B
Plaintext
*.o
|
|
*.a
|
|
*.d
|
|
*.cmd
|
|
*.pyc
|
|
!arch/*/*/*/*.cmd
|
|
*~
|
|
cscope.*
|
|
.dir
|
|
outdir
|
|
scripts/basic/fixdep
|
|
scripts/gen_idt/gen_idt
|
|
scripts/gen_offset_header/gen_offset_header
|
|
scripts/kconfig/conf
|
|
scripts/kconfig/mconf
|
|
scripts/kconfig/zconf.hash.c
|
|
scripts/kconfig/zconf.lex.c
|
|
scripts/kconfig/zconf.tab.c
|
|
doc/_build
|
|
xml
|
|
html/
|
|
doc/latex/
|
|
sanity-out/
|
|
scripts/grub
|
|
doc/reference/kconfig/CONFIG_*
|
|
doc/reference/kconfig/index.rst
|
|
tags
|