forked from freebsd/pkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
129 lines (127 loc) · 2.51 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
*.Ppico
*.Po
*.o
*.so*
*.a
*.pico
*.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:
/autosetup/jimsh0
/Makefile
/compat/Makefile
/docs/Makefile
/external/Makefile
/external/blake2/Makefile
/external/picosat/Makefile
/external/linenoise/Makefile
/external/libucl/Makefile
/external/yxml/Makefile
/external/msgpuck/Makefile
/external/liblua/Makefile
/external/libmachista/Makefile
/external/libfetch/Makefile
/external/libelf/Makefile
/external/sqlite/Makefile
/external/sqlite/config.h
/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
/libpkg/repo/pkg_repos.h
/libpkg/mergelib_script
/pkg_config.h
/pkg_config.h.in
/scripts/Makefile
/src/Makefile
/tests/Makefile
/tests/frontend/test_environment.sh
/mk/defs.mk
/tests/Kyuafile
/tests/checksum
/tests/deps_formula
/tests/frontend/Kyuafile
/tests/frontend/add
/tests/frontend/alias
/tests/frontend/annotate
/tests/frontend/autoremove
/tests/frontend/autoupgrade
/tests/frontend/config
/tests/frontend/configmerge
/tests/frontend/conflicts
/tests/frontend/conflicts-multirepo
/tests/frontend/create
/tests/frontend/delete
/tests/frontend/extract
/tests/frontend/fingerprint
/tests/frontend/install
/tests/frontend/issue1374
/tests/frontend/issue1425
/tests/frontend/issue1440
/tests/frontend/issue1445
/tests/frontend/jpeg
/tests/frontend/lock
/tests/frontend/lua
/tests/frontend/messages
/tests/frontend/multipleprovider
/tests/frontend/packagemerge
/tests/frontend/packagesplit
/tests/frontend/php-pr
/tests/frontend/pkg
/tests/frontend/pubkey
/tests/frontend/query
/tests/frontend/register
/tests/frontend/repo
/tests/frontend/requires
/tests/frontend/rootdir
/tests/frontend/rubypuppet
/tests/frontend/search
/tests/frontend/set
/tests/frontend/update
/tests/frontend/updating
/tests/frontend/version
/tests/frontend/vital
/tests/frontend/clean
/tests/frontend/shellscript
/tests/merge
/tests/pkg_add_dir_to_del
/tests/pkg_printf
/tests/pkg_validation
/tests/plist