mirror of
https://github.com/tailix/libkernaux.git
synced 2025-03-10 17:06:01 -04:00
139 lines
2.4 KiB
Text
139 lines
2.4 KiB
Text
##########################
|
|
# Common generated files #
|
|
##########################
|
|
|
|
*.a
|
|
*.c.d
|
|
*.la
|
|
*.lo
|
|
*.o
|
|
|
|
.deps/
|
|
.dirstamp
|
|
.libs/
|
|
|
|
############################
|
|
# Always generated in root #
|
|
############################
|
|
|
|
/INSTALL
|
|
/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
|
|
/ltmain.sh
|
|
/missing
|
|
/test-driver
|
|
|
|
/m4/*
|
|
!/m4/.keep
|
|
|
|
# Custom
|
|
|
|
/Makefile.in
|
|
/examples/Makefile.in
|
|
/include/Makefile.in
|
|
/libc/Makefile.in
|
|
/libc/include/Makefile.in
|
|
/tests/Makefile.in
|
|
|
|
###########################################
|
|
# Only generated when configuring in root #
|
|
###########################################
|
|
|
|
/config.h
|
|
/config.log
|
|
/config.status
|
|
/libtool
|
|
/stamp-h1
|
|
|
|
# Temporary
|
|
/confcache
|
|
/confdefs.h
|
|
/confinc.mk
|
|
/confmf.BSD
|
|
/confmf.GNU
|
|
/conftest.c
|
|
/conftest.err
|
|
|
|
/examples/test-suite.log
|
|
/examples/*.log
|
|
/examples/*.trs
|
|
/tests/test-suite.log
|
|
/tests/test_*.log
|
|
/tests/test_*.trs
|
|
|
|
# Custom
|
|
|
|
/Makefile
|
|
/examples/Makefile
|
|
/include/Makefile
|
|
/libc/Makefile
|
|
/libc/include/Makefile
|
|
/tests/Makefile
|
|
|
|
/include/kernaux/version.h
|
|
|
|
/examples/assert
|
|
/examples/cmdline
|
|
/examples/generic_display
|
|
/examples/generic_malloc
|
|
/examples/generic_mutex
|
|
/examples/macro_bits
|
|
/examples/macro_cast
|
|
/examples/macro_container_of
|
|
/examples/macro_packing
|
|
/examples/macro_static_test
|
|
/examples/memmap
|
|
/examples/multiboot2_header_macro
|
|
/examples/ntoa
|
|
/examples/panic
|
|
/examples/pfa
|
|
/examples/printf_file
|
|
/examples/printf_file_va
|
|
/examples/printf_fmt
|
|
/examples/printf_str
|
|
/examples/printf_str_va
|
|
/examples/units_human
|
|
|
|
/tests/multiboot2_header_print0
|
|
/tests/multiboot2_header_print1
|
|
/tests/multiboot2_header_print2
|
|
/tests/multiboot2_info_print0
|
|
/tests/multiboot2_info_print1
|
|
/tests/multiboot2_info_print2
|
|
/tests/test_arch_i386
|
|
/tests/test_cmdline
|
|
/tests/test_cmdline_gen
|
|
/tests/test_cmdline_gen.c
|
|
/tests/test_elf
|
|
/tests/test_free_list
|
|
/tests/test_mbr
|
|
/tests/test_memmap
|
|
/tests/test_multiboot2_common_packing
|
|
/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_ntoa_assert
|
|
/tests/test_pfa
|
|
/tests/test_pfa_assert
|
|
/tests/test_printf
|
|
/tests/test_printf_fmt_gen
|
|
/tests/test_printf_fmt_gen.c
|
|
/tests/test_printf_gen
|
|
/tests/test_printf_gen.c
|
|
/tests/test_units_human
|