mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
git: Specify multiple build directories in .gitignore.
Change to allow ignoring multiple build directories. Signed-off-by: Shoji Tokunaga <toku@mac.com>
This commit is contained in:
parent
81dc339415
commit
131cc703c5
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -84,7 +84,7 @@ uImage
|
||||||
.idea
|
.idea
|
||||||
.DS_Store
|
.DS_Store
|
||||||
tools/gdb/__pycache__
|
tools/gdb/__pycache__
|
||||||
/build
|
/build*
|
||||||
.ccls-cache
|
.ccls-cache
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
imx9-sdimage.img
|
imx9-sdimage.img
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue