Browse Source

Exclude the files generated by Linux kernel build system

Jim Huang 3 years ago
parent
commit
60856826f0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -1,8 +1,12 @@
+# Linux kernel build system
 *.o
 *.o
 *.ko
 *.ko
 *cmd
 *cmd
 *.swp
 *.swp
 *.symvers
 *.symvers
+*.mod
+*.mod.c
+modules.order
 
 
 # LaTeX
 # LaTeX
 _minted-lkmpg
 _minted-lkmpg