1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-10-30 11:54:01 -04:00
libkernaux/.gitignore

117 lines
2.1 KiB
Text
Raw Normal View History

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
2020-11-27 04:28:13 -05:00
*.o
2022-01-16 08:57:22 -05:00
.deps/
.dirstamp
2020-11-27 04:28:13 -05:00
2022-01-16 04:15:17 -05:00
############################
# Always generated in root #
############################
2020-11-27 04:28:13 -05:00
/aclocal.m4
/ar-lib
/autom4te.cache/
/autoscan.log
/compile
/config.guess
2020-12-06 23:42:52 -05:00
/config.h.in
/config.h.in~
/config.sub
2020-11-27 04:28:13 -05:00
/configure
/configure.ac~
/configure~
2020-11-27 04:28:13 -05:00
/depcomp
/install-sh
/missing
2020-11-27 11:04:15 -05:00
/test-driver
2022-01-16 04:15:17 -05:00
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 #
########################
2022-01-15 02:32:37 -05:00
/build/*
!/build/.keep
2022-01-16 04:15:17 -05:00
###########################################
# 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
2021-12-19 21:22:43 -05:00
/examples/assert_guards
2021-12-17 19:51:12 -05:00
/examples/assert_simple
/examples/cmdline
2021-12-13 18:56:31 -05:00
/examples/pfa
2020-12-06 17:24:43 -05:00
/examples/printf
2020-12-06 19:27:42 -05:00
/examples/printf_va
/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
2021-12-12 15:30:27 -05:00
/tests/test_elf
2021-12-15 05:45:40 -05:00
/tests/test_itoa
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
/tests/test_multiboot2_info_validation
2020-11-30 13:32:27 -05:00
/tests/test_pfa
2021-12-14 17:10:28 -05:00
/tests/test_pfa_assert
2020-12-06 17:07:12 -05:00
/tests/test_printf
2021-12-13 15:23:22 -05:00
/tests/test_units_human
2022-01-11 23:03:55 -05:00
2022-01-16 04:15:17 -05:00
###############
# Vendor code #
###############
2022-01-11 23:03:55 -05:00
/vendor/*
!/vendor/cross/
!/vendor/fetch.sh
2022-01-15 08:22:21 -05:00
!/vendor/limine
!/vendor/opensbi
2022-01-11 23:03:55 -05:00
!/vendor/sha256sums.txt
2022-01-15 08:42:10 -05:00
!/vendor/u-boot
2022-01-11 23:03:55 -05:00
!/vendor/wget.txt
/vendor/cross/*
2022-01-11 23:17:11 -05:00
!/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
2022-01-13 01:32:34 -05:00
/vendor/cross/build/riscv64/binutils/*
!/vendor/cross/build/riscv64/binutils/.keep
/vendor/cross/build/riscv64/gcc/*
!/vendor/cross/build/riscv64/gcc/.keep
2022-01-11 23:17:11 -05:00
/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