borg/.gitignore
Antoine Beaupré 8e36075fe9 commit usage files directly into git
the generation of those files was causing us way too much pain to
justify automatically generating them all the time.

those will have to be re-generated with `build_api` or `build_usage`
as appropriate, for example when function signatures or commandline
flags change.

see #384
2015-11-13 10:42:52 -05:00

26 lines
253 B
Plaintext

MANIFEST
docs/_build
build
dist
borg-env
.tox
hashindex.c
chunker.c
compress.c
crypto.c
platform_darwin.c
platform_freebsd.c
platform_linux.c
*.egg-info
*.pyc
*.pyo
*.so
.idea/
.cache/
borg/_version.py
borg.build/
borg.dist/
borg.exe
.coverage
.vagrant