misc: ignore *.mod and .*.cmd

With kernel build system changes, more files need to be ignored by git.
This commit is contained in:
Michal Kubecek 2021-05-20 13:19:49 +02:00
parent 85ede6aae9
commit 26ac1806b6
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,7 +1,7 @@
*.o *.o
*.o.cmd *.mod
*.ko *.ko
*.ko.cmd .*.cmd
*.mod.c *.mod.c
*.tar *.tar
.tmp_versions .tmp_versions