mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-04 10:25:22 +00:00
Avoids confusion with .gitignore rules, which were inadequate to cover all the places where these files are found. At least in VIM, these files are now syntax highlighted correctly. Change-Id: I23810b0ed34129320cc2760e19ed1a610afe039e Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
29 lines
408 B
Plaintext
29 lines
408 B
Plaintext
*.o
|
|
*.a
|
|
*.d
|
|
*.cmd
|
|
*.pyc
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
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
|
|
doc/xml
|
|
doc/html
|
|
doc/latex
|
|
sanity-out/
|
|
scripts/grub
|
|
doc/reference/kconfig/CONFIG_*
|
|
doc/reference/kconfig/index.rst
|
|
tags
|