mirror of
https://github.com/jmcorgan/fips.git
synced 2026-07-22 07:48:26 +00:00
Add testing/.gitignore for staged binaries and generated artifacts
This commit is contained in:
17
testing/.gitignore
vendored
Normal file
17
testing/.gitignore
vendored
Normal file
@@ -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