Add bin to .gitignore

pull/642/head
Elias Rodrigues 4 years ago
parent ea924ce89a
commit 1c4e56307b
  1. 3
      .gitignore

3
.gitignore vendored

@ -6,6 +6,7 @@
# Folders # Folders
_obj _obj
_test _test
bin
# Architecture specific extensions/prefixes # Architecture specific extensions/prefixes
*.[568vq] *.[568vq]
@ -26,4 +27,4 @@ _testmain.go
*.out *.out
*.txt *.txt
cover.html cover.html
README.html README.html

Loading…
Cancel
Save