# Executables
*.exe
*.out

# Libraries and Objects
*.o
*.a
*.so
*.lo
*.lib
*.dll
*.rlib
*.dylib

# Generated by Cargo
bin/
tags*
build/
target*/
build-tests/

# Generated by Editors
*~
~*
*.bk
/.idea
*.swp
*.sublime-*

# Manual
.cargo/

# Misc
packages/
artifacts/
deploy/
.DS_Store
*.bootstrap.cache
cargo-all.sh
bindings
tmp
*.orig


#Added by cargo

/target

#Generated by the tool
/nodes
