summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1c34a0e65a6485bbcf8f81d5d908a615b4d9a438 (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
27
.vscode/
.idea/
.DS_Store

*.pyc
__pycache__/

# ignore doc products
doc/*.md5
doc/*.ly
doc/*.svg
doc/*.png
doc/*.1
doc/*.html
doc/*.xml
!doc/article-docinfo.xml

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

/tags
/gh-pages/
build/