mirror of
https://github.com/OPM/ResInsight.git
synced 2026-07-30 08:18:15 -05: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
|
|
|
|
^(?!/).*$
|
|
|