summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ef7ba96323b59a9ccf80c8d6ef1369e856ada3a1 (plain)
1
2
3
4
5
6
7
8
# ignore *.tar.gz and compressed files
# so we don't commit them by mistake
# added by jmil, 2010-09-08
*.tar.gz
*.tar
*.tar.bz2
*.pyc
*.pyo