2016-03-07 19:28:04 +00:00
|
|
|
# Compiled files
|
|
|
|
*.o
|
|
|
|
*.so
|
|
|
|
*.rlib
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
|
|
|
|
# Generated by Cargo
|
2016-03-12 18:45:19 +00:00
|
|
|
target
|
2016-03-07 19:28:04 +00:00
|
|
|
|
2016-08-07 02:57:44 +00:00
|
|
|
# Generated databases
|
|
|
|
db.sql
|
|
|
|
|
2016-03-07 19:28:04 +00: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
|
|
|
|
Cargo.lock
|
2016-09-19 23:24:01 +00:00
|
|
|
|
|
|
|
# Scratch list of items that need to get done.
|
|
|
|
_TODO
|
2016-10-18 19:04:56 +00:00
|
|
|
|
|
|
|
# The upload script, for now.
|
|
|
|
scripts/upload-docs.sh
|