mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 01:41:42 -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
|
|
|
|
^(?!/).*$
|
|
|