2022-01-16 04:15:17 -05:00
|
|
|
##########################
|
|
|
|
# Common generated files #
|
|
|
|
##########################
|
|
|
|
|
2020-11-27 04:28:13 -05:00
|
|
|
*.a
|
2022-01-15 08:24:23 -05:00
|
|
|
*.c.d
|
2022-06-10 01:23:03 -04:00
|
|
|
*.la
|
|
|
|
*.lo
|
2020-11-27 04:28:13 -05:00
|
|
|
*.o
|
2022-01-16 08:57:22 -05:00
|
|
|
|
2020-11-27 06:00:34 -05:00
|
|
|
.deps/
|
|
|
|
.dirstamp
|
2022-06-10 01:23:03 -04:00
|
|
|
.libs/
|
2020-11-27 04:28:13 -05:00
|
|
|
|
2022-01-16 04:15:17 -05:00
|
|
|
############################
|
|
|
|
# Always generated in root #
|
|
|
|
############################
|
|
|
|
|
2022-01-30 20:12:37 -05:00
|
|
|
/INSTALL
|
2020-11-27 04:28:13 -05:00
|
|
|
/aclocal.m4
|
|
|
|
/ar-lib
|
|
|
|
/autom4te.cache/
|
|
|
|
/autoscan.log
|
|
|
|
/compile
|
2020-11-29 22:36:21 -05:00
|
|
|
/config.guess
|
2020-12-06 23:42:52 -05:00
|
|
|
/config.h.in
|
|
|
|
/config.h.in~
|
2020-11-29 22:36:21 -05:00
|
|
|
/config.sub
|
2020-11-27 04:28:13 -05:00
|
|
|
/configure
|
2020-12-06 22:52:27 -05:00
|
|
|
/configure.ac~
|
|
|
|
/configure~
|
2020-11-27 04:28:13 -05:00
|
|
|
/depcomp
|
|
|
|
/install-sh
|
2022-06-10 01:23:03 -04:00
|
|
|
/ltmain.sh
|
2020-11-27 04:28:13 -05:00
|
|
|
/missing
|
2020-11-27 11:04:15 -05:00
|
|
|
/test-driver
|
2022-01-16 04:15:17 -05:00
|
|
|
|
2022-06-10 01:23:03 -04:00
|
|
|
/m4/*
|
|
|
|
!/m4/.keep
|
|
|
|
|
2022-06-02 10:43:38 -04:00
|
|
|
# Custom
|
|
|
|
|
2022-01-16 04:23:48 -05:00
|
|
|
/Makefile.in
|
2022-01-16 04:15:17 -05:00
|
|
|
/include/Makefile.in
|
|
|
|
|
|
|
|
########################
|
|
|
|
# To build out of root #
|
|
|
|
########################
|
2020-11-27 17:27:47 -05:00
|
|
|
|
2022-01-17 07:05:14 -05:00
|
|
|
/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
|
|
|
|
|
2022-01-17 06:34:38 -05:00
|
|
|
/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
|
2022-01-15 02:32:37 -05:00
|
|
|
|
2022-01-17 07:05:14 -05:00
|
|
|
##########################
|
|
|
|
# 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
|
|
|
|
|
2022-01-16 04:15:17 -05:00
|
|
|
###########################################
|
|
|
|
# Only generated when configuring in root #
|
|
|
|
###########################################
|
|
|
|
|
|
|
|
/config.h
|
|
|
|
/config.log
|
|
|
|
/config.status
|
2022-06-10 01:23:03 -04:00
|
|
|
/libtool
|
2022-01-16 04:15:17 -05:00
|
|
|
/stamp-h1
|
|
|
|
|
2022-06-12 04:42:43 -04:00
|
|
|
/examples/test-suite.log
|
2022-01-16 04:15:17 -05:00
|
|
|
/examples/*.log
|
|
|
|
/examples/*.trs
|
2022-06-12 04:42:43 -04:00
|
|
|
/tests/test-suite.log
|
|
|
|
/tests/test_*.log
|
|
|
|
/tests/test_*.trs
|
2022-01-16 04:15:17 -05:00
|
|
|
|
2022-06-02 10:43:38 -04:00
|
|
|
# Custom
|
|
|
|
|
|
|
|
/Makefile
|
|
|
|
/include/Makefile
|
2022-06-07 01:35:14 -04:00
|
|
|
|
2022-06-02 10:43:38 -04:00
|
|
|
/include/kernaux.h
|
|
|
|
/include/kernaux/console.h
|
2022-06-07 13:46:52 -04:00
|
|
|
/include/kernaux/printf.h
|
2022-06-02 10:43:38 -04:00
|
|
|
|
2021-12-19 21:22:43 -05:00
|
|
|
/examples/assert_guards
|
2021-12-17 19:51:12 -05:00
|
|
|
/examples/assert_simple
|
2020-12-05 17:58:34 -05:00
|
|
|
/examples/cmdline
|
2022-06-07 12:24:11 -04:00
|
|
|
/examples/fprintf
|
|
|
|
/examples/fprintf_va
|
2022-05-30 16:43:58 -04:00
|
|
|
/examples/ntoa
|
2022-01-20 12:18:18 -05:00
|
|
|
/examples/panic_guards
|
2022-01-20 11:51:54 -05:00
|
|
|
/examples/panic_simple
|
2021-12-13 18:56:31 -05:00
|
|
|
/examples/pfa
|
2022-05-26 19:17:29 -04:00
|
|
|
/examples/printf_fmt
|
2022-01-20 05:28:24 -05:00
|
|
|
/examples/snprintf
|
|
|
|
/examples/snprintf_va
|
2021-12-13 14:36:36 -05:00
|
|
|
/examples/units_human
|
2021-12-14 15:37:11 -05:00
|
|
|
|
2022-01-13 08:37:37 -05:00
|
|
|
/tests/multiboot2_header_print1
|
|
|
|
/tests/multiboot2_header_print2
|
2022-01-12 22:12:28 -05:00
|
|
|
/tests/multiboot2_info_print1
|
|
|
|
/tests/multiboot2_info_print2
|
2020-12-01 14:55:16 -05:00
|
|
|
/tests/test_cmdline
|
2022-06-07 19:00:46 -04:00
|
|
|
/tests/test_cmdline_gen
|
|
|
|
/tests/test_cmdline_gen.c
|
2021-12-12 15:30:27 -05:00
|
|
|
/tests/test_elf
|
2022-01-17 01:34:42 -05:00
|
|
|
/tests/test_mbr
|
2022-06-12 06:25:10 -04:00
|
|
|
/tests/test_multiboot2_common_packing
|
2022-01-13 08:31:06 -05:00
|
|
|
/tests/test_multiboot2_header_helpers
|
2022-01-13 08:50:51 -05:00
|
|
|
/tests/test_multiboot2_header_print
|
|
|
|
/tests/test_multiboot2_header_validation
|
2022-01-12 22:25:09 -05:00
|
|
|
/tests/test_multiboot2_info_helpers
|
2022-01-12 22:12:28 -05:00
|
|
|
/tests/test_multiboot2_info_print
|
2022-01-12 22:10:33 -05:00
|
|
|
/tests/test_multiboot2_info_validation
|
2022-01-19 05:35:02 -05:00
|
|
|
/tests/test_ntoa
|
2020-11-30 13:32:27 -05:00
|
|
|
/tests/test_pfa
|
2021-12-14 17:10:28 -05:00
|
|
|
/tests/test_pfa_assert
|
2022-05-26 22:03:05 -04:00
|
|
|
/tests/test_printf_fmt_gen
|
|
|
|
/tests/test_printf_fmt_gen.c
|
2022-05-24 07:14:12 -04:00
|
|
|
/tests/test_printf_gen
|
|
|
|
/tests/test_printf_gen.c
|
2021-12-13 15:23:22 -05:00
|
|
|
/tests/test_units_human
|