summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a984192e9eb9e6faba5fa052f5711c0205029388 (plain)
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
.idea/
.DS_Store

*.pyc

# ignore test products
#tests/data/*.html
#tests/data/*.xml
#tests/data/*.ly
#tests/data/*.abc
#tests/data/*.md5
#tests/data/*.png

# ignore doc products
doc/*.md5
doc/*.ly
doc/*.svg
doc/*.png
doc/*.1
doc/*.html

# ignore the configure/make products
/autom4te.cache/
/config.*
/configure
Makefile