scribe/.gitignore
Jason Travis Smith 76051cc2c2 Adding a README and removing the Cargo.lock file.
The Cargo.lock file is not needed for libraries.
2016-08-24 12:21:53 -04:00

18 lines
336 B
Plaintext

# Ignore swap files from text editors.
*.swp
# 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
Cargo.lock