File: clean

package info (click to toggle)
borgbackup 1.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,760 kB
  • sloc: python: 26,737; pascal: 3,253; ansic: 2,627; sh: 231; makefile: 133; tcl: 94
file content (24 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# List of Cython-generated .c sources.
# Verify this list with "git grep Generated.*Cython" on updates.
src/borg/algorithms/checksums.c
src/borg/chunker.c
src/borg/compress.c
src/borg/crypto/low_level.c
src/borg/hashindex.c
src/borg/item.c
src/borg/platform/darwin.c
src/borg/platform/freebsd.c
src/borg/platform/linux.c
src/borg/platform/posix.c
src/borg/platform/syncfilerange.c
src/borg/platform/windows.c

# these files get autogenerated by setup.py
src/borgbackup.egg-info/SOURCES.txt

# Build artifacts from sphinx
docs/_build/

# Build artifacts from cython
src/borg/*.so
src/borg/*/*.so