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