From de206d643657a1887480e80fe274b4e5b6f96ac1 Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Fri, 14 Apr 2023 14:40:51 +0200 Subject: [PATCH] Add .log.txt to gitignore It can be useful to append the .txt extension to logs. When this extension is used, GitLab is able to set the proper content type on such artifacts in CI. This makes it possible to display those files directly in the browser rather than having to download them. (cherry picked from commit 8d40156bb2c876a718fca4398182a3706c640901) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7d4fd095d2..3edbde71e7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.la *.lo *.log +*.log.txt *.o *.orig *.plist/ # ccc-analyzer store its results in .plist directories