From: Tom Krizek Date: Fri, 14 Apr 2023 12:40:51 +0000 (+0200) Subject: Add .log.txt to gitignore X-Git-Tag: v9.19.14~35^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d40156bb2c876a718fca4398182a3706c640901;p=thirdparty%2Fbind9.git 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. --- diff --git a/.gitignore b/.gitignore index 7d4fd095d27..3edbde71e7e 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