2014-07-08 19:41:13 +02:00
|
|
|
# Compiled files
|
2014-05-30 07:51:56 +02:00
|
|
|
*.o
|
|
|
|
*.so
|
|
|
|
*.rlib
|
|
|
|
*.dll
|
2014-07-08 19:41:13 +02:00
|
|
|
|
|
|
|
# Executables
|
2014-05-30 07:51:56 +02:00
|
|
|
*.exe
|
2014-07-08 19:41:13 +02:00
|
|
|
|
|
|
|
# Generated by Cargo
|
|
|
|
/target/
|
2015-11-13 17:17:04 +01: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 12:05:10 +01:00
|
|
|
Cargo.lock
|