Correct the Bash completion script behaviour.
[dput.git] / .gitignore
blob4df75128413072b71eb58457592e9d474e47e38a
1 # .gitignore
2 # File path glob patterns for Git to ignore in this code base.
3 # Manual page: ‘git-ignore(1)’.
5 # Auto-generated by development tools.
6 build-stamp
7 TAGS
8 .coverage
9 htmlcov/
11 # Auto-generated by text editors.
14 # Auto-generated by build process.
15 *.pyc
16 build/
17 dist/
18 *.egg-info
19 debian/tmp
20 debian/files
23 # Local variables:
24 # coding: utf-8
25 # mode: conf
26 # End:
27 # vim: fileencoding=utf-8 filetype=conf :