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.
This commit is contained in:
Tom Krizek 2023-04-14 14:40:51 +02:00
parent 68b1c6877b
commit 8d40156bb2
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7

1
.gitignore vendored
View file

@ -5,6 +5,7 @@
*.la
*.lo
*.log
*.log.txt
*.o
*.orig
*.plist/ # ccc-analyzer store its results in .plist directories