tame/tamer/.gitignore

22 lines
259 B
Plaintext
Raw Normal View History

2019-11-14 16:43:07 -05:00
# autotools- and configure-generated
/build-aux/install-sh
/build-aux/missing
confdefs.h
Makefile.in
Makefile
aclocal.m4
*.cache/
configure
/config.*
# Rust/Cargo-generated
/target/
# Manual debugging conventions
/*.log
/*.out
/foo*
/scratch.rs
/*.objdump