trident
trident copied to clipboard
trident init updates .gitignore file by appending in the same line
On running trident init fuzz, the .gitignore file is updated by appending the trident-tests/fuzz_tests/fuzzing/hfuzz_target in the same line.
It should ideally be added in the new line. This caused an issue as now git does not ignore the previous and new trident line.