浏览代码

Create .gitignore

Ignore built kernel modules and cmd files.
James Drabb Jr 6 年之前
父节点
当前提交
64f269b90e
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      .gitignore

+ 9 - 0
.gitignore

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