2014-07-08 21:41:13 +04:00
|
|
|
# Compiled files
|
2014-05-29 22:51:56 -07:00
|
|
|
*.o
|
|
|
|
*.so
|
|
|
|
*.rlib
|
|
|
|
*.dll
|
2014-07-08 21:41:13 +04:00
|
|
|
|
|
|
|
# Executables
|
2014-05-29 22:51:56 -07:00
|
|
|
*.exe
|
2014-07-08 21:41:13 +04:00
|
|
|
|
|
|
|
# Generated by Cargo
|
|
|
|
/target/
|
2015-11-13 11:17:04 -05:00
|
|
|
|
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
|
|
|
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
|
2015-11-13 06:05:10 -05:00
|
|
|
Cargo.lock
|