Преглед изворни кода

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