tamer: .gitignore: Ignore files with common debugging conventions

Admittedly, there are _my_ debugging conventions.  But I'm also the only one
working on this project right now.

I want to keep various things around without cluttering untracked file
output, because finding new files can be annoying in all the output.
main
Mike Gerwitz 2023-01-04 11:56:03 -05:00
parent 9103c93693
commit 0784dc306e
1 changed files with 7 additions and 0 deletions

7
tamer/.gitignore vendored
View File

@ -12,3 +12,10 @@ configure
# Rust/Cargo-generated
/target/
# Manual debugging conventions
/*.log
/*.out
/foo*
/scratch.rs
/*.objdump