mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
Use common .gitignore suffix and gitignore* prefix for most ignores
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -1,22 +1,14 @@
|
||||
*.cmd
|
||||
*.ko
|
||||
# Extensions and prefixes.
|
||||
*.log
|
||||
*.mod.c
|
||||
*.o
|
||||
*.out
|
||||
*.tmp
|
||||
*~
|
||||
.tmp_versions
|
||||
/br2_cli
|
||||
/br2_local
|
||||
/ignore.sh
|
||||
/rootfs_overlay/etc/init.d/S99
|
||||
/rootfs_overlay/ignore.sh
|
||||
?*.gitignore
|
||||
gitignore*
|
||||
|
||||
# Specific files.
|
||||
/9p
|
||||
Module.symvers
|
||||
README.html
|
||||
modules.order
|
||||
trace*
|
||||
/README.html
|
||||
/trace*
|
||||
|
||||
# GEM5
|
||||
/m5out
|
||||
|
||||
Reference in New Issue
Block a user