summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: a001f8596183731233468fc983766304d5ae48c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Git clutter
*.orig

# Python bits
/*.pyc

# Man Pages
/*.8
/*.1

# HTML Docs
/*.html