-
Notifications
You must be signed in to change notification settings - Fork 185
/
.gitignore
102 lines (87 loc) · 1.63 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# xcode
Verovio.xcodeproj
Verovio.xccheckout
Verovio.xcodeproj/project.xcworkspace/xcshareddata
Verovio.xcodeproj/project.xcworkspace/xcuserdata
Verovio.xcodeproj/xcuserdata/
bin/
# Qt Creator
tools/CMakeLists.txt.user
build-tools-*
# doc generated file
doc/pae-tests.html
# include file generated at compilation
include/vrv/git_commit.h
bindings/iOS/all.h
# cmake build
tools/CMakeCache.txt
tools/CMakeFiles/
tools/Makefile
tools/cmake_install.cmake
tools/install_manifest.txt
tools/verovio
tools/build-library
tools/libverovio.dylib
tools/libverovio.so
# emscripten build
emscripten/data/
emscripten/build/
emscripten/CMakeFiles/
emscripten/CMakeCache.txt
# python build
bindings/python/verovio_wrap.cpp
bindings/python/verovio.pyc
bindings/python/verovio.py
bindings/python/_verovio*.so
bindings/python/__pycache__/*
bindings/python/CMakeCache.txt
bindings/python/CMakeFiles/
build
verovio.egg-info
/dist
# java build
bindings/java/verovio_wrap.cxx
bindings/java/main.class
bindings/java/src/
bindings/java/target/
main.class
leipzig-5.2.log
leipzig-5.2_data.ly
# Qt build
bindings/qt/build-verovio-qt-*
bindings/qt/build-library
bindings/qt/build-demo
*.pro.user
# Android build
bindings/android/obj
bindings/android/libs
bindings/qt/build-android
# MacOS
.DS_Store
# Output files
output.svg
output.mei
emscripten/npm-dev/node_modules
# VS Code files
.vscode/settings.json
main
DerivedData
verovio.wasm
Makefile
libverovio.bc
cmake_install.cmake
libverovio.a
tools/.cmake
tools/compile_commands.json
# VS Studio files
.vs/
Debug/
Release/
*.vcxproj*
*.sln
# IntelliJ files
.idea
# Intermediate font files
fonts/**/tmp
libmei/tools/__pycache__
doc/.venv