summaryrefslogtreecommitdiff
path: root/.gitignore
blob: c9e67d5e5a81d07e5185150a9ff9d4d42a274b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# setup.py can generate these directories:
/dist/
/build/
/Doc/apidoc/

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

# Autoconf
/autom4te.cache
/autoscan.log
/config.h
/config.log
/config.status

# Backup files
*~