summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-12-06 03:44:28 +0800
committerJSDurand <mmemmew@gmail.com>2023-12-06 03:44:28 +0800
commit5d7ae639739e1b5389bc94c227aeb6661cb8eab1 (patch)
treecdc6dd227e2e76ca4790232159c94a23c53f550c /.gitignore
initial commit
A manual implementation of the Berlekamp algorithm for finding irreducible factors of polynomials over finite fields.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4fffb2f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/target
+/Cargo.lock