Files
linux-kernel-module-cheat/.gitignore
2018-08-26 10:45:26 +01:00

18 lines
162 B
Plaintext

# Extensions and prefixes.
*.tmp
tmp.*
*~
?*.gitignore
gitignore*
# Specific files.
/data
/gem5/out
/images-*.zip
/out
/out.*
# Python trash.
*.pyc
__pycache__