File: .gitignore

package info (click to toggle)
python-crypto 2.1.0-2%2Bsqueeze2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,584 kB
  • ctags: 2,188
  • sloc: ansic: 10,073; python: 6,026; makefile: 32; sh: 10
file content (9 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# setup.py can generate these directories:
/dist/
/build/
/Doc/apidoc/

# Ignore these files:
*.py[co]
.DS_Store
MANIFEST