Skip to content

Commit bba85f4

Browse files
committed
Avoid "mod" files from tracking
After compiling, there are two compiling results had been generated: `.khttpd.mod.cmd` `khttpd.mod` which had not been listed in `.gitignore` file. I revise `.gitignore` to prevent "*.mod*" from listing while tracking files.
1 parent 53ebfb5 commit bba85f4

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)