mirror of
https://github.com/tailix/libkernaux.git
synced 2024-10-30 11:54:01 -04:00
89 lines
1.6 KiB
Text
89 lines
1.6 KiB
Text
*.a
|
|
*.o
|
|
.deps/
|
|
.dirstamp
|
|
|
|
/Makefile
|
|
/Makefile.in
|
|
/aclocal.m4
|
|
/ar-lib
|
|
/autom4te.cache/
|
|
/autoscan.log
|
|
/compile
|
|
/config.guess
|
|
/config.h
|
|
/config.h.in
|
|
/config.h.in~
|
|
/config.log
|
|
/config.status
|
|
/config.sub
|
|
/configure
|
|
/configure.ac~
|
|
/configure.scan
|
|
/configure~
|
|
/depcomp
|
|
/examples/*.log
|
|
/examples/*.trs
|
|
/include/Makefile
|
|
/include/Makefile.in
|
|
/install-sh
|
|
/missing
|
|
/stamp-h1
|
|
/test-driver
|
|
/test-suite.log
|
|
/tests/test*.log
|
|
/tests/test*.trs
|
|
|
|
/build/*
|
|
!/build/.keep
|
|
|
|
/examples/assert_guards
|
|
/examples/assert_simple
|
|
/examples/cmdline
|
|
/examples/pfa
|
|
/examples/printf
|
|
/examples/printf_va
|
|
/examples/units_human
|
|
|
|
/tests/multiboot2_header_print1
|
|
/tests/multiboot2_header_print2
|
|
/tests/multiboot2_info_print1
|
|
/tests/multiboot2_info_print2
|
|
/tests/test_cmdline
|
|
/tests/test_elf
|
|
/tests/test_itoa
|
|
/tests/test_multiboot2_header_helpers
|
|
/tests/test_multiboot2_header_print
|
|
/tests/test_multiboot2_header_validation
|
|
/tests/test_multiboot2_info_helpers
|
|
/tests/test_multiboot2_info_print
|
|
/tests/test_multiboot2_info_validation
|
|
/tests/test_pfa
|
|
/tests/test_pfa_assert
|
|
/tests/test_printf
|
|
/tests/test_units_human
|
|
|
|
/vendor/*
|
|
!/vendor/cross/
|
|
!/vendor/fetch.sh
|
|
!/vendor/limine/
|
|
!/vendor/sha256sums.txt
|
|
!/vendor/wget.txt
|
|
|
|
/vendor/cross/*
|
|
!/vendor/cross/build/
|
|
|
|
/vendor/cross/build/i386/binutils/*
|
|
!/vendor/cross/build/i386/binutils/.keep
|
|
/vendor/cross/build/i386/gcc/*
|
|
!/vendor/cross/build/i386/gcc/.keep
|
|
|
|
/vendor/cross/build/riscv64/binutils/*
|
|
!/vendor/cross/build/riscv64/binutils/.keep
|
|
/vendor/cross/build/riscv64/gcc/*
|
|
!/vendor/cross/build/riscv64/gcc/.keep
|
|
|
|
/vendor/cross/build/x86_64/binutils/*
|
|
!/vendor/cross/build/x86_64/binutils/.keep
|
|
/vendor/cross/build/x86_64/gcc/*
|
|
!/vendor/cross/build/x86_64/gcc/.keep
|