File: .gitignore

package info (click to toggle)
python-pkcs11 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 932 kB
  • sloc: python: 4,067; ansic: 2,764; makefile: 24
file content (12 lines) | stat: -rw-r--r-- 119 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
*.so
*.c
__pycache__
.idea/
/build
/dist/
/docs/_build
/python_pkcs11.egg-info/
/.eggs/
.coverage
*coverage.xml
*.html