File: clean

package info (click to toggle)
borgbackup 1.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,732 kB
  • sloc: python: 26,637; pascal: 3,245; ansic: 2,597; sh: 151; makefile: 137; tcl: 94
file content (29 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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/crypto.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

# Generated manpage
debian/borg.1

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

# Build artifacts from sphinx
docs/_build/

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