rustdupe 0.1.0

Smart duplicate file finder with interactive TUI
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Enforce Unix line endings (LF) for all text files
# This prevents "Incorrect newline style" errors in CI on Windows
* text=auto eol=lf

# Binary files
*.png binary
*.exe binary
*.dll binary
*.so binary
*.dylib binary
*.pdb binary