forked from lenmus/lenmus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
183 lines (160 loc) · 3.62 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# This file contains a list of patterns which git will check against on each
# 'git add' command and will ignore any matching files and folders.
# Compiled object files
*.o
*.obj
# Precompiled headers
*.gch
*.pch
# libraries
*.so
*.dll
*.a
*.lib
liblomse*
*.tar.*
# executables
*.exe
# documentation building
*.py[co]
*.sw[nop]
.#*
[#]*#
__pycache__
# logs and temporary files
forensic_log*
lomse-log*
dbg_tables*
last-commit-msg*
*~
lenmus.db
lenmus.ini
*.bak
# my private files
zz_*
z_*
x_*
#books
books/src/L1_Dictation/
books/src/L1_MusicReading/syllabus.txt
books/src/L1_MusicReading/figures/fail*
books/src/L3_MusicReading/
books/src/TestingNewExercises/
#docs
docs/en/**/build
docs/en/**/drafts
docs/building/building_linux.txt
docs/building/linux_install_cppunit.txt
docs/building/maintaining-linux-package.txt
docs/building/sqlite-install.txt
docs/building/wxwidgets_valenti.txt
docs/en/hacking/advanced-math-guide.pdf
docs/en/hacking/short-math-guide.pdf
docs/en/hacking/source/help-guidelines.txt
docs/en/hacking/sphinx-markup-quick-guide.txt
docs/en/help/Makefile.new
docs/html/composer-algorithm-pitch-images/draft/
docs/html/composer-algorithm-pitch-images/problem1.png
docs/html/composer-algorithm-pitch.zip
docs/html/images/linux.gif
docs/html/images/winXP.jpg
docs/txt/sourceforge-news.txt
#langtool related
langtool/CMakeLists.txt
langtool/bin/
langtool/build/
langtool/building.txt
langtool/langtool_config.h.cmake
langtool/layout/
langtool/locale/compendium_xx.po
langtool/locale/el/
langtool/locale/eu/allbooks_eu.po
langtool/locale/kk/
langtool/locale/ru/
langtool/locale/src/
langtool/locale/xx/
langtool/src/
langtool/xrc/
#supported languages
locale/el/
locale/en/books/L1_Dictation.lmb
locale/en/books/L3_MusicReading.lmb
locale/en/books/TestingNewExercises.lmb
locale/es/compendium_es.po
locale/eu/images/
locale/eu/study-guide_en.htm
locale/eu/study-guide_es.htm
locale/fr/images/
locale/gl_ES/images/
locale/it/images/
locale/kk/
locale/messages.po
locale/ru/
#lomse
lomse/trunk/cmake-example-GetGitRevisionDescription.cmake
lomse/trunk/cmake-example-GetGitRevisionDescription.cmake.in
lomse/trunk/commit-lomse.sh
lomse/trunk/lomse-version-from-git.cmake
lomse/trunk/scripts/
lomse/trunk/src/tests
#packages
packages/wxSQLite3-2.8/
packages/wxSQLite3/lib/Readme.txt
packages/wxSQLite3/sqlite3/secure/
packages/wxXml2-old/
packages/wxXml2/
#partituras
partituras/
#resources
res/bitmaps/null.xpm
res/icons/drawing.svg
res/icons/total_marks.png
res/icons/wrong_answers.png
res/icons/wrong_answers.svg
res/sounds/midi-sample.mid
res/fonts/
#scores
scores/
#scripts
scripts/cp-lomse
scripts/release/
scripts/synce-lomse.sh
scripts/web/issues-before-template.htm
scripts/web/issues.sh
scripts/web/messages.mo
scripts/web/sf-new-release.sftp
scripts/web/upload-issues.sh
#source files
src/dialogs/HSTempo.txt
src/properties/DlgEditText.cpp
src/properties/DlgEditText.h
src/properties/DlgTextStyles.cpp
src/properties/DlgTextStyles.h
src/properties/TextProperties.cpp
src/properties/TextProperties.h
src/tests/utests/UTest_Document.cpp
src/tests/utests/UTest_IdfyTonality.cpp
src/tests/utests/UTest_Layouter.cpp
src/widgets/Caret.cpp
src/widgets/Caret.h
src/widgets/MusicSymbolList.cpp
src/widgets/MusicSymbolList.h
src/widgets/Ruler.cpp
src/widgets/Ruler.h
#templates
templates/brass_quintet.lms
templates/brass_trio.lms
templates/choir_SATB.lms
templates/choir_SATB_piano.lms
templates/choir_SSA.lms
templates/choir_SSA_piano.lms
templates/ensembles.xml
templates/instruments.dat
templates/string_quartet.lms
templates/templates.txt
templates/woodwind_quintet.lms
templates/woodwind_trio.lms
#lomse files
lomse/trunk/scripts/
#garbage from MS VisualStudio
.vs/