mirror of
https://github.com/jmcorgan/fips.git
synced 2026-07-30 19:46:15 +00:00
Add testing/.gitignore for staged binaries and generated artifacts
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
# Staged binaries (copied from target/release/ for test runs)
|
||||||
|
fips
|
||||||
|
fipsctl
|
||||||
|
fipstop
|
||||||
|
fips-gateway
|
||||||
|
|
||||||
|
# Generated test configs
|
||||||
|
generated-configs/
|
||||||
|
|
||||||
|
# Simulation results
|
||||||
|
sim-results/
|
||||||
|
|
||||||
|
# Python caches
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
|
# Staged binary directory
|
||||||
|
static/bin/
|
||||||
Reference in New Issue
Block a user