libkernaux/.gitignore

137 lines
2.6 KiB
Plaintext
Raw Normal View History

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