diff options
author | cos <cos> | 2024-06-05 19:46:15 +0200 |
---|---|---|
committer | cos <cos> | 2024-06-05 19:46:15 +0200 |
commit | 89052221c847f8f4e24ae1f5bd37759a60d0e173 (patch) | |
tree | 29c55de79b6b5a05f6bb748f89a95ce361ab664f /.gitignore | |
download | ccc-topic/design-poc.zip |
demo: Proof-of-concept, dual-thread designtopic/design-poc
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b72444 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/Cargo.lock +/target |