mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
12 lines
103 B
Plaintext
12 lines
103 B
Plaintext
# Extensions and prefixes.
|
|
*.log
|
|
*.tmp
|
|
*~
|
|
?*.gitignore
|
|
gitignore*
|
|
|
|
# Specific files.
|
|
/data
|
|
/out
|
|
/out.*
|