diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-12-29 17:10:45 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-06 13:04:43 -0600 |
| commit | 75a5404a588938d2803e07acb9977e3dfe29693e (patch) | |
| tree | ad83e5f648f97fa38eabe7a18b014914058536b5 /.gitignore | |
| parent | 81b3558e74a372b8355c8d9b234566dcecf71bf6 (diff) | |
.gitignore: add vpl/
Directory vpl/ only contains generated files. Git should ignore it.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2bf86a6b5d6..e5d22dbe8e9 100644 --- a/.gitignore +++ b/.gitignore @@ -70,6 +70,7 @@ fit-dtb.blob* # /spl/ /tpl/ +/vpl/ /defconfig /generated_defconfig /Test* |
