mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-12 06:35:16 +08:00
Deploying to gh-pages from @ eunomia-bpf/bpf-developer-tutorial@ab0d1eef08 🚀
This commit is contained in:
23
43-kfuncs/module/.gitignore
vendored
Normal file
23
43-kfuncs/module/.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Ignore object files and kernel modules
|
||||
*.o
|
||||
*.ko
|
||||
*.mod
|
||||
*.mod.c
|
||||
*.symvers
|
||||
*.order
|
||||
|
||||
# Ignore temporary and backup files
|
||||
*~
|
||||
*.bak
|
||||
*.tmp
|
||||
*.swp
|
||||
|
||||
# Ignore build directory if generated
|
||||
/Module.symvers
|
||||
/Modules.markers
|
||||
/Module.markers
|
||||
/modules.order
|
||||
|
||||
# Ignore other automatically generated files
|
||||
*.cmd
|
||||
.tmp_versions/
|
||||
Reference in New Issue
Block a user