Skip to content

Commit 3741d6f

Browse files
Update UTAU.gitignore
1 parent 5235436 commit 3741d6f

1 file changed

Lines changed: 35 additions & 9 deletions

File tree

community/UTAU.gitignore

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,34 @@
1-
#This gitignore file is created for UTAU (and other singing voice synthesizers) voicebank development
2-
#example repo: https://github.com/oxygen-dioxide/hitsuboku-kumi-chn/
3-
41
#Adobe Audition
52
*.pkf
63

7-
#UTAU
4+
#UTAU Engines
5+
*.ctspec
6+
*.d4c
7+
*.dio
8+
*.frc
9+
*.frt
810
*.frq
9-
*.mrq
11+
*.harvest
12+
*.lessaudio
1013
*.llsm
14+
*.mrq
15+
*.pitchtier
16+
*.pkf
17+
*.platinum
1118
*.pmk
19+
*.sc.npz
20+
*.star
21+
*.uspec
1222
*.vs4ufrq
13-
*.frc
14-
*.dio
23+
24+
#UTAU related tools
25+
$read
26+
*.setParam-Scache
27+
*.lbp
28+
*.lbp.caches/*
29+
30+
#OpenUtau
31+
errors.txt
1532

1633
#Deepvocal
1734
*.DVModel
@@ -20,10 +37,19 @@ SKC
2037
SKI
2138
SKC_1
2239
SKC_2
23-
SKC_3
24-
SKC_4
2540
*.sksd
2641

2742
#VocalSharp
2843
*.scep
2944
*.vssf
45+
*.vsdx
46+
*.vsdxindex
47+
48+
#Binary Archive
49+
*.7z
50+
*.zip
51+
*.rar
52+
*.exe
53+
54+
*.bat
55+
*.ps1

0 commit comments

Comments
 (0)