mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-04 09:43:08 +02:00
2feaaeaac8
These files were never intended to be compiled on their own so the .c extension was a bit misleading. In particular Meson does not like .c files that are not intended to be compiled independently. Leave header files as is since they are already protected against being included more than once and are never expected to be compiled.
4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
# Classify all .h/c.inc files as C
|
|
*.h linguist-language=C
|
|
*.c.inc linguist-language=C
|