mirror of
https://github.com/systemd/systemd.git
synced 2026-06-24 08:47:49 +00:00
Allow tabs in UAPI headers in .gitattributes since they are copied verbatim from the kernel.
14 lines
518 B
Plaintext
14 lines
518 B
Plaintext
*.[ch] whitespace=tab-in-indent,trailing-space
|
|
src/include/uapi/**/*.[ch] whitespace=trailing-space
|
|
*.gpg binary generated
|
|
*.bmp binary
|
|
*.base64 generated
|
|
|
|
# Mark files as "generated", i.e. no license applies to them.
|
|
# This includes output from programs, directive lists generated by grepping
|
|
# for all possibilities, samples from fuzzers, files from /proc, packet samples,
|
|
# and anything else where no copyright can be asserted.
|
|
#
|
|
# Use 'git check-attr generated -- <path>' to query the attribute.
|
|
[attr]generated
|