Files
src/.gitignore
2026-03-11 02:04:19 -07:00

24 lines
759 B
Plaintext

# Created by .ignore support plugin (hsz.mobi)
### Rust template
# Generated by Cargo
# will have compiled files and executables
target/
# repositories used for local testing
/tests/fixtures/repos
$/tests/fixtures/repos/
/tests/fixtures/commit-graphs/
$/tests/fixtures/commit-graphs/
**/generated-do-not-edit/
# Cargo lock files of fuzz targets - let's have the latest versions of everything under test
**/fuzz/Cargo.lock
# newer Git sees these as precious, older Git falls through to the pattern above
$**/fuzz/Cargo.lock
# Instead of adding more environment-specific ignores here, like for the IDE in use, prefer Git's user-global
# `core.excludesFile` mechanism, see https://git-scm.com/docs/git-config#Documentation/git-config.txt-coreexcludesFile.