forked from Tarsnap/tarsnap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (45 loc) · 741 Bytes
/
.gitignore
File metadata and controls
50 lines (45 loc) · 741 Bytes
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# development tools
/devel-tools/
# autotools-generated files
/Makefile.in
/aclocal.m4
/config.aux/
/config.h.in
/config.h.in~
/config.log
/configure
/configure~
/confinc
/confmf
# Standard out-of-tree build directory
/build/
# build-generated files
*.a
*.o
.deps
.dirstamp
/Makefile
/a.out.dSYM
/config.h
/config.status
/cpusupport-config.h
/stamp-h1
/tests-output/
/tests-valgrind/
/tests/valgrind/potential-memleaks
# installed files
/keygen/tarsnap-keygen.1
/keymgmt/tarsnap-keymgmt.1
/keyregen/tarsnap-keyregen.1
/recrypt/tarsnap-recrypt.1
/tar/tarsnap.1
/tar/tarsnap.1-mdoc
/tar/tarsnap.conf.5
/tar/tarsnap.conf.5-mdoc
/tarsnap
/tarsnap-keygen
/tarsnap-keymgmt
/tarsnap-keyregen
/tarsnap-recrypt
# python cache
/tools/__pycache__