forked from freebsd/pkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
81 lines (75 loc) · 1.18 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
75
76
77
78
79
80
81
*.o
*.so*
*.a
*.po
*.Po
*.So
*.lo
*.la
*.core
*.gmon
*.log
*.gz
*.pc
tags
TAGS
src/pkg
src/pkg-static
pkg2legacy
tests/test
tests/lib/test
tests/lib/pkg_printf.c
tests/lib/pkg_printf_test
tests/lib/pkg_validation
docs/html/*
Doxyfile
libpkg/pkg.h
scripts/completion/_pkg.bash
scripts/completion/_pkg.zsh
scripts/completion/_pkg
scripts/periodic/400.status-pkg
scripts/periodic/410.pkg-audit
scripts/periodic/411.pkg-backup
scripts/periodic/460.pkg-checksum
scripts/periodic/490.status-pkg-changes
scripts/sbin/pkg2ng
*.sw*
*.deps
*.dirstamp
*/.libs
# Generated files:
/Makefile
/config.guess
/config.status
/config.sub
/compat/Makefile
/docs/Makefile
/external/Makefile
external/blake2/Makefile
/external/libelf/libelf_convert.c
/external/libelf/libelf_fsize.c
/external/libelf/libelf_msize.c
/external/libelf/native-elf-format.h
/libpkg/Makefile
/libpkg/repo/Makefile
/libpkg/repo/binary/Makefile
/libtool
/ltmain.sh
/pkg_config.h
/pkg_config.h.in
/pkg_repos.h
/scripts/Makefile
/src/Makefile
/test-driver
/tests/Makefile
# http://www.gnu.org/software/automake
Makefile.in
# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
/stamp-h1