.gitignore for UTAU

38 ignore rules for UTAU, ready to copy into your repository.

Vocal synthesizer software

The complete .gitignore for UTAU

# Generated by LFGitignore - https://lfgitignore.com
# Created: 2026-08-05 01:30:34 UTC
# Technologies: UTAU

### UTAU ###
*.pkf
*.ctspec
*.d4c
*.dio
*.frc
*.frt
*.frq
*.harvest
*.lessaudio
*.llsm
*.mrq
*.pitchtier
*.platinum
*.pmk
*.sc.npz
*.star
*.uspec
*.vs4ufrq
$read
*.setParam-Scache
*.lbp
*.lbp.caches/*
errors.txt
*.DVModel
*-log.txt
SKC
SKI
SKC_1
SKC_2
*.sksd
*.scep
*.vssf
*.vsdx
*.vsdxindex
# 7-Zip archive
*.7z
# ZIP archive
*.zip
# RAR archive
*.rar
# Windows executable
*.exe

What these UTAU rules actually ignore

Every pattern below, and why it belongs in your .gitignore.

Adobe Audition

Pattern What it ignores
*.pkf Adobe Audition

UTAU Engines

Pattern What it ignores
*.ctspec UTAU Engines
*.d4c UTAU Engines
*.dio UTAU Engines
*.frc UTAU Engines
*.frt UTAU Engines
*.frq UTAU Engines
*.harvest UTAU Engines
*.lessaudio UTAU Engines
*.llsm UTAU Engines
*.mrq UTAU Engines
*.pitchtier UTAU Engines
*.platinum UTAU Engines
*.pmk UTAU Engines
*.sc.npz UTAU Engines
*.star UTAU Engines
*.uspec UTAU Engines
*.vs4ufrq UTAU Engines

UTAU related tools

Pattern What it ignores
$read UTAU related tools
*.setParam-Scache UTAU related tools
*.lbp UTAU related tools
*.lbp.caches/* UTAU related tools

OpenUtau

Pattern What it ignores
errors.txt OpenUtau

Deepvocal

Pattern What it ignores
*.DVModel Deepvocal
*-log.txt Deepvocal
SKC Deepvocal
SKI Deepvocal
SKC_1 Deepvocal
SKC_2 Deepvocal
*.sksd Deepvocal

VocalSharp

Pattern What it ignores
*.scep VocalSharp
*.vssf VocalSharp
*.vsdx VocalSharp
*.vsdxindex VocalSharp

Binary Archive

Pattern What it ignores
*.7z 7-Zip archive
*.zip ZIP archive
*.rar RAR archive
*.exe Windows executable

How to use this .gitignore for UTAU

  1. Copy the UTAU rules above, or download the file directly.
  2. Create a file named .gitignore at the root of your Git repository and paste the rules into it.
  3. If some of those files are already tracked, run git rm -r --cached . then commit again — Git only applies ignore rules to untracked files.
  4. Commit the .gitignore so everyone on the team shares the same rules.

Other Audio .gitignore templates

See every Audio template