File: .gitignore

package info (click to toggle)
python-datrie 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,036 kB
  • sloc: ansic: 3,794; python: 756; sh: 13; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 135 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*.pyc
src/*.html
.hypothesis/
.eggs/
.tox
.cache
*.egg-info/*
dist/

*.so
build/

src/datrie.c
src/cdatrie.c
src/stdio_ext.c
wheelhouse