Browse Source

Create .gitignore

Ignore built kernel modules and cmd files.
James Drabb Jr 6 năm trước cách đây
mục cha
commit
64f269b90e
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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