mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-11 16:06:04 -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
|
||
|
|
||
|
^(?!/).*$
|
||
|
|