From 816044987ec4fbee3b88e04aabcf0a2edf83f908 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 25 Nov 2024 21:21:17 +0100 Subject: Add a make target for producing a release archive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0fc4add..85d5d6f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,8 @@ test/*.o test/test_dt test/test_initrd +tmp/ +/fbos.tar.gz + # You can generate it with Bear: `$ bear -- make`. compile_commands.json -- cgit v1.2.3