summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-28 12:44:29 +0300
committerLars Wirzenius <liw@liw.fi>2021-03-28 12:48:56 +0300
commit7d152dad05872282595bf80e28bd0719be0fd8c2 (patch)
tree28489a11769a7f07d50f1d0f29375a782586022b /.gitignore
parenta52a81a967558e56e7ea34d2d5788fe5dd312ee1 (diff)
downloadbumper-rs-7d152dad05872282595bf80e28bd0719be0fd8c2.tar.gz
chore: add dependencies to Cargo.toml
Also, drop Cargo.lock from .gitignore, as we don't want someone to randomly get different version when they build from source. We'll be updating the lock file for every release.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 96ef6c0..9f25980 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
/target
-Cargo.lock
+*.pdf
+*.html
+test.log
+test.py