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

2
.gitignore vendored
View file

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