mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
1d9a1215e8
I want to mark some files to be ignored for licensing purposes, e.g. output from fuzzers and other samples. By using the gitattribute machinery for this we don't need to design a custom protocol: $ git check-attr generated test/test-sysusers/unhappy-* test/test-sysusers/unhappy-1.expected-err: generated: set test/test-sysusers/unhappy-1.input: generated: unspecified test/test-sysusers/unhappy-2.expected-err: generated: set test/test-sysusers/unhappy-2.input: generated: unspecified test/test-sysusers/unhappy-3.expected-err: generated: set test/test-sysusers/unhappy-3.input: generated: unspecified |
||
---|---|---|
.. | ||
test-01-dhcp.expected | ||
test-02-bridge.expected | ||
test-03-issue-14319.expected | ||
.gitattributes | ||
test-01-dhcp.input | ||
test-02-bridge.input | ||
test-03-issue-14319.input |