Switch to unified view
a/.gitignore | b/.gitignore | ||
---|---|---|---|
1 | *.db |
1 | *.db |
2 | *.egg-info |
2 | *.egg-info |
3 | *-py2.6.egg |
3 | *-py2.6.egg |
4 | *.log |
4 | *.log |
5 | *.pyc |
5 | *.pyc |
6 | *.orig |
||
6 | */.coverage |
7 | */.coverage |
7 | *~ |
8 | *~ |
8 | *.swp |
9 | *.swp |
9 | .dbshell |
10 | .dbshell |
10 | pyforge/docs/_build/* |
11 | pyforge/docs/_build/* |