mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
117 lines
2.1 KiB
Text
117 lines
2.1 KiB
Text
##########################
|
|
# Common generated files #
|
|
##########################
|
|
|
|
*.a
|
|
*.c.d
|
|
*.o
|
|
|
|
.deps/
|
|
.dirstamp
|
|
|
|
############################
|
|
# Always generated in root #
|
|
############################
|
|
|
|
/aclocal.m4
|
|
/ar-lib
|
|
/autom4te.cache/
|
|
/autoscan.log
|
|
/compile
|
|
/config.guess
|
|
/config.h.in
|
|
/config.h.in~
|
|
/config.sub
|
|
/configure
|
|
/configure.ac~
|
|
/configure~
|
|
/depcomp
|
|
/install-sh
|
|
/missing
|
|
/test-driver
|
|
|
|
/Makefile.in
|
|
/include/Makefile.in
|
|
|
|
########################
|
|
# To build out of root #
|
|
########################
|
|
|
|
/build/*
|
|
!/build/.keep
|
|
|
|
###########################################
|
|
# Only generated when configuring in root #
|
|
###########################################
|
|
|
|
/config.h
|
|
/config.log
|
|
/config.status
|
|
/stamp-h1
|
|
/test-suite.log
|
|
|
|
/Makefile
|
|
/include/Makefile
|
|
|
|
/examples/*.log
|
|
/examples/*.trs
|
|
/tests/test*.log
|
|
/tests/test*.trs
|
|
|
|
/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_mbr
|
|
/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 code #
|
|
###############
|
|
|
|
/vendor/*
|
|
!/vendor/cross/
|
|
!/vendor/fetch.sh
|
|
!/vendor/limine
|
|
!/vendor/opensbi
|
|
!/vendor/sha256sums.txt
|
|
!/vendor/u-boot
|
|
!/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
|