Sfoglia il codice sorgente

Create .gitignore

Ignore built kernel modules and cmd files.
James Drabb Jr 6 anni fa
parent
commit
64f269b90e
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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