libkernaux/.gitignore

91 lines
1.6 KiB
Plaintext
Raw Normal View History

2020-11-27 09:28:13 +00:00
*.a
*.o
.deps/
.dirstamp
2020-11-27 09:28:13 +00:00
/Makefile
/Makefile.in
/aclocal.m4
/ar-lib
/autom4te.cache/
/autoscan.log
/compile
/config.guess
2020-12-07 04:42:52 +00:00
/config.h
/config.h.in
/config.h.in~
2020-11-27 09:28:13 +00:00
/config.log
/config.status
/config.sub
2020-11-27 09:28:13 +00:00
/configure
/configure.ac~
2020-11-27 09:28:13 +00:00
/configure.scan
/configure~
2020-11-27 09:28:13 +00:00
/depcomp
2020-12-05 23:01:20 +00:00
/examples/*.log
/examples/*.trs
2020-11-27 10:29:53 +00:00
/include/Makefile
/include/Makefile.in
2020-11-27 09:28:13 +00:00
/install-sh
/missing
2020-12-07 04:42:52 +00:00
/stamp-h1
2020-11-27 16:04:15 +00:00
/test-driver
/test-suite.log
/tests/test*.log
/tests/test*.trs
2022-01-15 07:32:37 +00:00
/build/*
!/build/.keep
2021-12-20 02:22:43 +00:00
/examples/assert_guards
2021-12-18 00:51:12 +00:00
/examples/assert_simple
/examples/cmdline
2021-12-13 23:56:31 +00:00
/examples/pfa
2020-12-06 22:24:43 +00:00
/examples/printf
2020-12-07 00:27:42 +00:00
/examples/printf_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
2021-12-12 20:30:27 +00:00
/tests/test_elf
2021-12-15 10:45:40 +00:00
/tests/test_itoa
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
2020-11-30 18:32:27 +00:00
/tests/test_pfa
2021-12-14 22:10:28 +00:00
/tests/test_pfa_assert
2020-12-06 22:07:12 +00:00
/tests/test_printf
2021-12-13 20:23:22 +00:00
/tests/test_units_human
2022-01-12 04:03:55 +00:00
/vendor/*
!/vendor/cross/
!/vendor/fetch.sh
2022-01-15 13:22:21 +00:00
!/vendor/limine
!/vendor/opensbi
2022-01-12 04:03:55 +00:00
!/vendor/sha256sums.txt
!/vendor/wget.txt
/vendor/cross/*
2022-01-12 04:17:11 +00: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 06:32:34 +00: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-12 04:17:11 +00: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