Change "tmp/" to "target/" in .gitignore

This commit is contained in:
Eduardo Sánchez Muñoz 2023-12-28 12:57:06 +01:00 committed by GitHub
parent 9afe93298c
commit 18919e03f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: MIT
tmp/
target/
kernel
distfiles/
__pycache__