Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update Expressions
authored
Dec 22, 2019
by
l3uddz
Show whitespace changes
Inline
Side-by-side
Configuration/Expressions.md
View page @
c3599b60
...
...
@@ -88,5 +88,7 @@ ignores:
-
TorrentName contains "x265" && not (TorrentName contains "2160")
```
The above will ignore releases from IPT with
`COMPLETE`
in the torrent/release name.
It will also ignore releases with HEVC or x265 in the torrent/release name where 2160 is not there aswell (e.g. ignore
**non**
UHD HEVC/x265 releases)
\ No newline at end of file
The above will:
-
Ignore releases from IPT with
`COMPLETE`
in the torrent/release name.
-
Ignore releases with
`HEVC`
or
`x265`
in the torrent/release name where
`2160`
is not also present.
\ No newline at end of file