mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 14:17:27 -04:00
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:
parent
68b1c6877b
commit
8d40156bb2
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,6 +5,7 @@
|
|||
*.la
|
||||
*.lo
|
||||
*.log
|
||||
*.log.txt
|
||||
*.o
|
||||
*.orig
|
||||
*.plist/ # ccc-analyzer store its results in .plist directories
|
||||
|
|
|
|||
Loading…
Reference in a new issue