Skip to content

Commit ea0fcfc

Browse files
jengelhbehlendorf
authored andcommitted
gitignore: anchor entries at their respective directory
.ko is specific to module, .m4 to config, etc. Signed-off-by: Jan Engelhardt <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]>
1 parent ecf76e3 commit ea0fcfc

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,11 @@
1414
# Normal rules
1515
#
1616
*.[oa]
17-
*.ko
18-
*.ko.unsigned
19-
*.ko.out
20-
*.ko.out.sig
2117
*.lo
2218
*.la
2319
*.mod.c
2420
*~
2521
*.swp
26-
.*.cmd
2722
.deps
2823
.libs
2924
.DS_Store

config/.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
config.guess
2-
config.sub
3-
depcomp
4-
install-sh
5-
ltmain.sh
6-
missing
1+
/config.guess
2+
/config.sub
3+
/depcomp
4+
/install-sh
5+
/ltmain.sh
6+
/missing

module/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
*.ko
2+
*.ko.unsigned
3+
*.ko.out
4+
*.ko.out.sig
5+
.*.cmd
6+
17
/.tmp_versions
28
/Module.markers
39
/Module.symvers

0 commit comments

Comments
 (0)