mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Fix gem5/build wrong path for dd swapfile. Put it under out/ while we are at it now that we have out of tree builds. Allow seq_id larger than 7: broke previously because 08 is not valid octal. Use timeout --foreground to allow killing scons Don't upload results by default, too insane.
14 lines
127 B
Plaintext
14 lines
127 B
Plaintext
# Extensions and prefixes.
|
|
*.tmp
|
|
tmp.*
|
|
*~
|
|
?*.gitignore
|
|
gitignore*
|
|
|
|
# Specific files.
|
|
/data
|
|
/gem5/out
|
|
/images-*.zip
|
|
/out
|
|
/out.*
|