mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
24 lines
197 B
Plaintext
24 lines
197 B
Plaintext
# Extensions and prefixes.
|
|
*.tmp
|
|
tmp.*
|
|
*~
|
|
?*.gitignore
|
|
gitignore*
|
|
|
|
# Specific files.
|
|
/data
|
|
/gem5/out
|
|
/lkmc-*.zip
|
|
/out
|
|
/out.*
|
|
|
|
# Python trash.
|
|
*.pyc
|
|
__pycache__
|
|
|
|
# Accidents.
|
|
/core
|
|
/m5out
|
|
*.o
|
|
*.out
|