summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f4ba81d6600a79664880a6dd5df5516b9fe518d6 (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
# setup.py can generate these directories:
/dist/
/build/
/Doc/apidoc/

# Ignore these files:
*.py[co]
.DS_Store
MANIFEST

# Autoconf
/aclocal.m4
/buildenv
/autom4te.cache
/autoscan.log
/config.h
/config.log
/config.status
src/config.h
src/stamp-h1

# Python versions
/tools/py/

# Backup files
*~