2016-06-27 18:22:52 -04:00
|
|
|
# Ignore swap files from text editors.
|
2015-10-04 23:33:37 -04:00
|
|
|
*.swp
|
2016-06-27 18:22:52 -04:00
|
|
|
|
|
|
|
# Ignore compiled files.
|
|
|
|
*.o
|
|
|
|
*.so
|
|
|
|
*.rlib
|
|
|
|
*.dll
|
|
|
|
*.exe
|
|
|
|
|
|
|
|
# Ignore files/directories generated by Cargo.
|
|
|
|
/target/
|
|
|
|
|
|
|
|
# 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
|
2018-01-05 00:08:54 -05:00
|
|
|
Cargo.lock
|