mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
b8a4dc18e3
Plus.. suppress output from sed when building. Note, sed is only used for packaging and otherwise irrelevant. However, it should not look like an error.
26 lines
224 B
Plaintext
26 lines
224 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Object files
|
|
*.o
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
|
|
# Kernel Module Compile Results
|
|
*.mod*
|
|
*.cmd
|
|
.tmp_versions/
|
|
modules.order
|
|
Module.symvers
|
|
Mkfile.old
|
|
|
|
*.mk
|
|
|
|
.vscode/
|
|
|
|
# Packaging
|
|
rpm
|
|
deb/tuxedo-keyboard-*
|
|
*.deb
|
|
*.rpm |