diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-02 12:09:52 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-02 12:09:52 +0100 |
commit | 558ad9cbc8531b2b59fc6b6204b87a85ba444197 (patch) | |
tree | 7963921fba9dc1dc07a6f2e6d475d364a216db49 /hwdb | |
parent | 299597f8d5f06fc0faa3600f3c5181b58c25b922 (diff) | |
download | systemd-558ad9cbc8531b2b59fc6b6204b87a85ba444197.tar.gz systemd-558ad9cbc8531b2b59fc6b6204b87a85ba444197.tar.bz2 systemd-558ad9cbc8531b2b59fc6b6204b87a85ba444197.zip |
hwdb: ignore whitespace in downloaded files
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/.gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hwdb/.gitattributes b/hwdb/.gitattributes new file mode 100644 index 0000000000..830cae66c7 --- /dev/null +++ b/hwdb/.gitattributes @@ -0,0 +1,2 @@ +/*.txt -whitespace +/pci.ids -whitespace |