Adding scripts, commands, and logging scaffolding"
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# keep logs; ignore the heavyweight gem5 artifacts if they get huge
|
||||
results/*/m5out
|
||||
results/*/config.json
|
||||
results/*/config.ini.bak
|
||||
results/*/*.checkpoints/
|
||||
# but DO NOT ignore stats or figures:
|
||||
!results/*/stats.txt
|
||||
!results/*.csv
|
||||
!results/*.png
|
||||
|
||||
# python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
Reference in New Issue
Block a user