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
|
2018-08-15 09:07:17 +00:00
|
|
|
db.sqlite
|
2022-02-23 21:53:26 +00:00
|
|
|
db.sqlite-shm
|
|
|
|
db.sqlite-wal
|
2016-08-07 02:57:44 +00:00
|
|
|
|
2016-03-07 19:28:04 +00:00
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
2021-01-21 01:28:54 +00:00
|
|
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
2016-03-07 19:28:04 +00:00
|
|
|
Cargo.lock
|
2016-09-19 23:24:01 +00:00
|
|
|
|
2021-03-05 05:52:42 +00:00
|
|
|
# Cargo config directory
|
|
|
|
.cargo/
|
|
|
|
|
2016-10-18 19:04:56 +00:00
|
|
|
# The upload script, for now.
|
|
|
|
scripts/upload-docs.sh
|
2018-10-29 11:55:18 +00:00
|
|
|
scripts/redirect.html
|
2016-12-24 21:05:32 +00:00
|
|
|
|
|
|
|
# Backup files.
|
|
|
|
*.bak
|
2017-04-14 21:39:17 +00:00
|
|
|
|
|
|
|
# Uploads in pastebin example.
|
|
|
|
examples/pastebin/upload/*
|