File: .gitignore

package info (click to toggle)
python-fastbencode 0.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: python: 478; makefile: 12
file content (15 lines) | stat: -rw-r--r-- 115 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*.so
build
__pycache__
fastbencode.egg-info
*.pyc
dist
*~
.mypy_cache
*.swp
*.swo
*.swn

# Rust
target/
**/*.rs.bk