diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -28,6 +28,17 @@ Thumbs.db # Test coverage.out coverage.html +*.out +*_test_bin +*.test +test_output +test_output.s + +# Temp / scratch +nohup.out +overlay.json +tasks/ +x # Session state SESSION_STATE.md |
