Create .gitignore

Ignore built kernel modules and cmd files.
This commit is contained in:
James Drabb Jr 2019-03-17 05:58:01 -04:00
parent a48df038fe
commit 64f269b90e

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
*.o
*.o.cmd
*.ko
*.ko.cmd
Module.symvers
modules.order
*.mod
8812au.mod.c