Skip to content

Commit 3e2923d

Browse files
authored
Merge pull request #1 from OscarShiang/untrack_mod
Avoid "mod" files from tracking
2 parents 53ebfb5 + bba85f4 commit 3e2923d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
*.o.cmd
44
.tmp_versions
55
*.symvers
6-
*.mod.c
7-
*.mod.o
6+
*.mod*
87
*.order
98
*.o
109
*.ko

0 commit comments

Comments
 (0)