You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
514 B
35 lines
514 B
# SPDX-FileCopyrightText: 2020 Frans van Dorsselaer
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
# default: normalize EOL
|
|
* text=auto
|
|
|
|
.gitattributes text
|
|
.gitignore text
|
|
.editorconfig text
|
|
.json text
|
|
.license text
|
|
|
|
*.md text
|
|
*.txt text
|
|
|
|
*.yml text
|
|
|
|
*.sln text
|
|
|
|
*.csproj text
|
|
*.cs text
|
|
*.props text
|
|
|
|
*.wixproj text
|
|
*.wxs text
|
|
*.xslt text
|
|
*.png binary
|
|
*.xcf binary
|
|
|
|
# VBoxUsb drivers
|
|
*.cat binary
|
|
*.inf text
|
|
*.sys binary
|
|
*.cer binary
|