Skip to content

Commit

Permalink
miscellaneous polishes (#62)
Browse files Browse the repository at this point in the history
* rename hamming.rs to scalar.rs

* remove file from .gitignore that doesn't event exist any more

* no need for Vim swapfiles in .gitignore
  • Loading branch information
omarandlorraine committed May 29, 2024
1 parent 57c1570 commit 98992de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
/target
examples/multiply_accumulator_by_constant/target/
src/.*.swp
Cargo.lock
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub mod search;
#[cfg(feature = "z80")]
pub mod z80;

mod hamming;
mod scalar;

pub use crate::search::BruteForceSearch;
pub use crate::search::SearchTrace;
Expand Down
File renamed without changes.

0 comments on commit 98992de

Please sign in to comment.