From 81c08fee5520871e205749624e681a3c77d7f955 Mon Sep 17 00:00:00 2001 From: "Tom Dewey tom.dewey@raspberrypi.com" Date: Thu, 5 Oct 2023 11:35:02 +0100 Subject: [PATCH] gitignore: Ignore debuild artefacts Ignore two additional patterns to capture debuild intermediates and results. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1899660..632bf57 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ build -.vscode \ No newline at end of file +.vscode +obj-** +debian** \ No newline at end of file