mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
This .gitignore file ignores all files in an output directory and hence doesn't change the git status. Remove "/output" entry from the main .gitignore file as it is already handled by this general approach. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Brandon Maier <brandon.maier@collins.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
15 lines
117 B
Plaintext
15 lines
117 B
Plaintext
/dl
|
|
/.auto.deps
|
|
/.config.cmd
|
|
/.config.old
|
|
/..config.tmp
|
|
/.config
|
|
*.depend
|
|
*.o
|
|
/*.patch
|
|
/*.diff
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
*.pyc
|