gitingnore: *bin -> bin and *.bin to not ignore round_robin
This commit is contained in:
parent
2aab2b83bc
commit
f54325bb99
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user