]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add .log.txt to gitignore
authorTom Krizek <tkrizek@isc.org>
Fri, 14 Apr 2023 12:40:51 +0000 (14:40 +0200)
committerTom Krizek <tkrizek@isc.org>
Mon, 22 May 2023 12:11:41 +0000 (14:11 +0200)
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.

.gitignore

index 7d4fd095d273a84dda2a82cd355c600b54f0a36b..3edbde71e7e5df9fd71b4147343ea8d66ec4d8e0 100644 (file)
@@ -5,6 +5,7 @@
 *.la
 *.lo
 *.log
+*.log.txt
 *.o
 *.orig
 *.plist/ # ccc-analyzer store its results in .plist directories