airbus-seclab / bincat

Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection
1.66k stars 159 forks source link

make clean: delete .conflicts files #87

Closed lewisporter closed 5 years ago

lewisporter commented 5 years ago

The generated .conflicts files were not being deleted on make clean, meaning that after building and cleaning, the git branch contains un-staged changes. This rectifies that.

Lastpixl commented 5 years ago

That's cleaner :) thanks for your contribution!