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

53 lines
777 B
Text
Raw Normal View History

2020-11-27 04:28:13 -05:00
*.a
*.o
.deps/
.dirstamp
2020-11-27 04:28:13 -05:00
/Makefile
/Makefile.in
/aclocal.m4
/ar-lib
/autom4te.cache/
/autoscan.log
/compile
/config.guess
2020-12-06 23:42:52 -05:00
/config.h
/config.h.in
/config.h.in~
2020-11-27 04:28:13 -05:00
/config.log
/config.status
/config.sub
2020-11-27 04:28:13 -05:00
/configure
/configure.ac~
2020-11-27 04:28:13 -05:00
/configure.scan
/configure~
2020-11-27 04:28:13 -05:00
/depcomp
2020-12-05 18:01:20 -05:00
/examples/*.log
/examples/*.trs
2020-11-27 05:29:53 -05:00
/include/Makefile
/include/Makefile.in
2020-11-27 04:28:13 -05:00
/install-sh
/missing
2020-12-06 23:42:52 -05:00
/stamp-h1
2020-11-27 11:04:15 -05:00
/test-driver
/test-suite.log
/tests/test*.log
/tests/test*.trs
/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
2020-11-29 07:57:34 -05:00
/tests/multiboot2_print1
/tests/multiboot2_print2
2020-12-01 14:55:16 -05:00
/tests/test_cmdline
2021-12-12 15:30:27 -05:00
/tests/test_elf
/tests/test_multiboot2_helpers
2020-11-28 16:24:50 -05:00
/tests/test_multiboot2_print
/tests/test_multiboot2_validation
2020-11-30 13:32:27 -05:00
/tests/test_pfa
2020-12-06 17:07:12 -05:00
/tests/test_printf
2020-11-29 19:25:30 -05:00
/tests/test_stdlib
2021-12-13 15:23:22 -05:00
/tests/test_units_human