mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
|
This regexp will identify all files not starting with the character '/'
|
||
|
Useful to detect files with missing copyright header
|
||
|
|
||
|
^(?!/).*$
|
||
|
|