aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2021-12-10 23:35:20 +0100
committerAndreas Grois <andi@grois.info>2021-12-10 23:43:09 +0100
commitb6f6844ca7a83901d5558e58a33bf8e0b249e88d (patch)
tree9bcb954187dd26bca803f23509fe308f84679e2c /.gitignore
parenta44b61973170a7a63a6d674b2eb0ac8dbb75fa60 (diff)
boxed_array_ringbuffer initial commit
It's working, but crate level documentation is still lacking.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..80aca69
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/target
+Cargo.lock
+*~