Skip to content

Commit 8483817

Browse files
authored
Merge pull request #767 from rpatters1/RGP/add-xml-to-gitignore
update gitignore with xml and other music file extensions.
2 parents b49605b + 4c72958 commit 8483817

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,25 @@ jwluatagfile.xml
88
SciLexer.dll
99
jwlua64.fxtco
1010

11+
*.png
12+
1113
# ignore Finale files (used for testing)
1214
*.mus
1315
*.musx
16+
*.mxl
17+
*.musicxml
18+
19+
# ignore MuseScore files (used for testing)
20+
*.mscz
21+
*.mscx
22+
*.mss
23+
audiosettings.json
24+
viewsettings.json
25+
container.xml
26+
27+
# ignore Dorico files (used for testing)
28+
*.dorico
29+
*.doricolib
1430

1531
# script_settings folder is for setting user-specific parameters
1632
# and should not be tracked in this repo

0 commit comments

Comments
 (0)