gitingnore: *bin -> bin and *.bin to not ignore round_robin

This commit is contained in:
Karl Fessel 2021-03-02 16:36:59 +01:00
parent 2aab2b83bc
commit f54325bb99

5
.gitignore vendored
View File

@ -9,8 +9,9 @@ doc/doxygen/man
doc/doxygen/*.log
doc/doxygen/*.db
doc/doxygen/*.tmp
# Built binaries
*bin
# bin (e.g.:build directory) and .bin files
bin
*.bin
# Build directory
/build
# AFL findings