summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 45206127877026de78e53c21624504b83204b14c (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
28
29
.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/
dist/
*.egg-info/