libkernaux/.gitignore

56 lines
816 B
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
2021-12-14 20:37:11 +00:00
/examples/assert
/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
2020-11-29 12:57:34 +00:00
/tests/multiboot2_print1
/tests/multiboot2_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
/tests/test_multiboot2_helpers
2020-11-28 21:24:50 +00:00
/tests/test_multiboot2_print
/tests/test_multiboot2_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