mirror of
https://github.com/tailix/libkernaux.git
synced 2024-10-30 11:54:01 -04:00
118 lines
2.2 KiB
Text
118 lines
2.2 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/dev-native/*
|
|
!/build/dev-native/config
|
|
/build/dev-cross-i386/*
|
|
!/build/dev-cross-i386/config
|
|
/build/dev-cross-riscv64/*
|
|
!/build/dev-cross-riscv64/config
|
|
/build/dev-cross-x86_64/*
|
|
!/build/dev-cross-x86_64/config
|
|
|
|
/build/root-native/*
|
|
!/build/root-native/config
|
|
/build/root-cross-i386-linux/*
|
|
!/build/root-cross-i386-linux/config
|
|
/build/root-cross-riscv64-linux/*
|
|
!/build/root-cross-riscv64-linux/config
|
|
/build/root-cross-x86_64-linux/*
|
|
!/build/root-cross-x86_64-linux/config
|
|
|
|
##########################
|
|
# To install out of root #
|
|
##########################
|
|
|
|
/dest/dev-native/*
|
|
!/dest/dev-native/.keep
|
|
/dest/dev-cross-i386/*
|
|
!/dest/dev-cross-i386/.keep
|
|
/dest/dev-cross-riscv64/*
|
|
!/dest/dev-cross-riscv64/.keep
|
|
/dest/dev-cross-x86_64/*
|
|
!/dest/dev-cross-x86_64/.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/panic_guards
|
|
/examples/panic_simple
|
|
/examples/pfa
|
|
/examples/printf
|
|
/examples/printf_va
|
|
/examples/snprintf
|
|
/examples/snprintf_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_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_ntoa
|
|
/tests/test_pfa
|
|
/tests/test_pfa_assert
|
|
/tests/test_printf
|
|
/tests/test_units_human
|