/ .gitignore
.gitignore
1 *.Ppico 2 *.Po 3 *.o 4 *.so* 5 *.a 6 *.pico 7 *.po 8 *.Po 9 *.Tpo 10 *.Tpico 11 *.lo 12 *.la 13 *.core 14 *.gmon 15 *.log 16 *.gz 17 *.pc 18 *.dylib 19 jimsh0 20 tags 21 TAGS 22 src/pkg 23 src/pkg-static 24 pkg2legacy 25 tests/test 26 tests/lib/test 27 tests/lib/pkg_printf.c 28 tests/lib/pkg_printf_test 29 tests/lib/pkg_validation 30 docs/html/* 31 Doxyfile 32 libpkg/pkg.h 33 scripts/completion/_pkg.bash 34 scripts/completion/_pkg.zsh 35 scripts/completion/_pkg 36 scripts/periodic/400.status-pkg 37 scripts/periodic/405.pkg-base-audit 38 scripts/periodic/410.pkg-audit 39 scripts/periodic/411.pkg-backup 40 scripts/periodic/460.pkg-checksum 41 scripts/periodic/490.status-pkg-changes 42 scripts/sbin/pkg2ng 43 *.sw* 44 *.deps 45 *.dirstamp 46 */.libs 47 48 # Generated files: 49 50 /autosetup/jimsh0 51 /configure_call 52 /Kyuafile 53 /Makefile 54 /compat/Makefile 55 /docs/Makefile 56 /external/Makefile 57 /external/blake2/Makefile 58 /external/picosat/Makefile 59 /external/linenoise/Makefile 60 /external/libcurl/Makefile 61 /external/libder/Makefile 62 /external/libecc/Makefile 63 /external/libucl/Makefile 64 /external/libucl/aclocal.m4 65 /external/libucl/autom4te.cache 66 /external/yxml/Makefile 67 /external/liblua/Makefile 68 /external/libfetch/Makefile 69 /external/libelf/Makefile 70 /external/sqlite/Makefile 71 /external/sqlite/config.h 72 /external/sqlite/sqlite_generated.h 73 /external/libelf/libelf_convert.c 74 /external/libelf/libelf_fsize.c 75 /external/libelf/libelf_msize.c 76 /external/libcurl/curl_cfg.h 77 /Leak.suppress 78 /libpkg/Makefile 79 /libpkg/repo/Makefile 80 /libpkg/repo/binary/Makefile 81 /libpkg/repo/pkg_repos.h 82 /libpkg/mergelib_script 83 /pkg_config.h 84 /pkg_config.h.in 85 /scripts/Makefile 86 /src/Makefile 87 /tests/Makefile 88 /mk/defs.mk 89 /tests/Kyuafile 90 /tests/checksum 91 /tests/deps_formula 92 # Almost everything in tests/frontend is generated aside from .sh, .in and .binin files. 93 /tests/frontend/* 94 !/tests/frontend/*.sh 95 !/tests/frontend/*.in 96 !/tests/frontend/*.binin 97 !/tests/frontend/*.so.* 98 /tests/frontend/libfoo.so.1 99 /tests/frontend/libtest2fbsd.so.1 100 /tests/frontend/libtestfbsd.so.1 101 /tests/frontend/test_environment.sh 102 /tests/hash 103 /tests/kv 104 /tests/lua 105 /tests/metalog 106 /tests/merge 107 /tests/packing 108 /tests/pkg 109 /tests/pkg_add_dir_to_del 110 /tests/pkg_cpe 111 /tests/pkg_elf 112 /tests/pkg_osvf 113 /tests/pkg_printf 114 /tests/pkg_validation 115 /tests/plist 116 /tests/shlibs 117 /tests/ssh 118 /tests/utils 119 /tests/vec 120 /UndefinedBehaviour.suppress