mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 11:13:51 +08:00
Exclude the files generated by Linux kernel build system
This commit is contained in:
parent
d8812d2d9a
commit
60856826f0
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user