-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
74 lines (73 loc) · 1.58 KB
/
.gitignore
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Ignore list for Git. -*- conf -*-
#
# Copyright 2008-2014, 2016, 2018, 2020-2021 Russ Allbery <[email protected]>
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any
# warranty.
#
# SPDX-License-Identifier: FSFAP
/Makefile
/Makefile.in
/aclocal.m4
/autom4te.cache/
/build-aux/
/config.h
/config.h.in
/config.h.in~
/config.log
/config.status
/configure
/configure~
/perl/Build
/perl/MYMETA.json
/perl/MYMETA.json.lock
/perl/MYMETA.yml
/perl/_build/
/perl/blib/
/perl/cover_db/
/perl/t/data/perlcriticrc
/perl/t/data/perltidyrc
/perl/t/lib/Test/RRA.pm
/perl/t/lib/Test/RRA/
/rra-c-util-*
/stamp-h1
/tests/kafs/basic
/tests/kafs/haspag-t
/tests/pam-util/args-t
/tests/pam-util/fakepam-t
/tests/pam-util/logging-t
/tests/pam-util/options-t
/tests/pam-util/vector-t
/tests/portable/asprintf-t
/tests/portable/daemon-t
/tests/portable/getaddrinfo-t
/tests/portable/getnameinfo-t
/tests/portable/getopt-t
/tests/portable/inet_aton-t
/tests/portable/inet_ntoa-t
/tests/portable/inet_ntop-t
/tests/portable/mkstemp-t
/tests/portable/reallocarray-t
/tests/portable/setenv-t
/tests/portable/strndup-t
/tests/runtests
/tests/tmp/
/tests/util/buffer-t
/tests/util/concat-t
/tests/util/fdflag-t
/tests/util/messages-krb5-t
/tests/util/messages-t
/tests/util/network/addr-ipv4-t
/tests/util/network/addr-ipv6-t
/tests/util/network/client-t
/tests/util/network/server-t
/tests/util/vector-t
/tests/util/xmalloc
/tests/util/xwrite-t
.deps/
.dirstamp
*.3
*.a
*.o