Files
poseidon/.gitignore
Sebastian Serth 1a378ce640 Enable profiler and profile-guided builds
I used the chance to simplify the Makefile, as this is required for the file check to work correctly. Variables should not contain quotes, as these will be included in the value otherwise.
2023-02-28 01:14:05 +01:00

25 lines
289 B
Plaintext

# Project binary
/poseidon
# CPU profiling information
cmd/poseidon/default.pgo
# Configuration file
configuration.yaml
tests/e2e/configuration.yaml
# TLS certificate/key
*.crt
*.key
*.pem
# trivy artifacts
.trivy
# IDE files
/.idea
*.iml
# Dockerfiles repository
deploy/dockerfiles