forked from rism-digital/verovio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (58 loc) · 1.12 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
# xcode
Verovio.xccheckout
Verovio.xcodeproj/project.xcworkspace/xcshareddata
Verovio.xcodeproj/project.xcworkspace/xcuserdata
Verovio.xcodeproj/xcuserdata/
bin/
build/
# 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
# 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/
# python build
bindings/python/verovio_wrap.cpp
bindings/python/verovio.pyc
bindings/python/verovio.py
bindings/python/_verovio.so
# 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
# MacOS
.DS_Store
# Output files
output.svg
output.mei
index.js
emscripten/npm-dev/node_modules
# VS Code files
.vscode/settings.json
.vscode
main
# IntelliJ
.idea