From 3741d6f73fbd3b5987c510a406a2ec37fe43abf0 Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Tue, 3 Jun 2025 21:22:33 +0800 Subject: [PATCH] Update UTAU.gitignore --- community/UTAU.gitignore | 50 ++++++++++++++++++++++++++++++---------- 1 file changed, 38 insertions(+), 12 deletions(-) diff --git a/community/UTAU.gitignore b/community/UTAU.gitignore index fae63fec..32991582 100644 --- a/community/UTAU.gitignore +++ b/community/UTAU.gitignore @@ -1,17 +1,34 @@ -#This gitignore file is created for UTAU (and other singing voice synthesizers) voicebank development -#example repo: https://github.com/oxygen-dioxide/hitsuboku-kumi-chn/ - #Adobe Audition *.pkf -#UTAU -*.frq -*.mrq -*.llsm -*.pmk -*.vs4ufrq -*.frc +#UTAU Engines +*.ctspec +*.d4c *.dio +*.frc +*.frt +*.frq +*.harvest +*.lessaudio +*.llsm +*.mrq +*.pitchtier +*.pkf +*.platinum +*.pmk +*.sc.npz +*.star +*.uspec +*.vs4ufrq + +#UTAU related tools +$read +*.setParam-Scache +*.lbp +*.lbp.caches/* + +#OpenUtau +errors.txt #Deepvocal *.DVModel @@ -20,10 +37,19 @@ SKC SKI SKC_1 SKC_2 -SKC_3 -SKC_4 *.sksd #VocalSharp *.scep *.vssf +*.vsdx +*.vsdxindex + +#Binary Archive +*.7z +*.zip +*.rar +*.exe + +*.bat +*.ps1