File: .gitignore

package info (click to toggle)
python-firehose 0.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,208 kB
  • sloc: python: 2,587; xml: 1,388; makefile: 150; ansic: 34
file content (8 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# Ignore backups:
*~

# Python bytecode:
*.pyc

# Built documentation:
docs/_build