# SPDX-FileCopyrightText: The mpeg-audio-header authors
# SPDX-License-Identifier: CC0-1.0

# Don't add any custom patterns for platform-specific files like .DS_Store
# or generated by custom development tools like .vscode or .idea that don't
# affect other developers. Instead add those custom patterns to your global
# .gitignore file that can be configured by setting core.excludesFile.
# See also: https://git-scm.com/docs/gitignore

# Cargo artifacts
Cargo.lock

# Build directories (or a symbolic link, i.e. without a trailing slash)
/target

/test-data/**/*.mp1
/test-data/**/*.mp2
/test-data/**/*.mp3
/test-data/**/*.MP3
/test-data/**/*.mpg
/test-data/**/*.txt
/test-data/**/*.TXT
