1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-02-17 15:45:32 -05:00
libkernaux/.gitignore

47 lines
690 B
Text
Raw Normal View History

2020-11-27 14:28:13 +05:00
*.a
*.o
.deps/
.dirstamp
2020-11-27 14:28:13 +05:00
/Makefile
/Makefile.in
/aclocal.m4
/ar-lib
/autom4te.cache/
/autoscan.log
/compile
/config.guess
2020-11-27 14:28:13 +05:00
/config.log
/config.status
/config.sub
2020-11-27 14:28:13 +05:00
/configure
/configure.scan
/depcomp
2020-12-06 04:01:20 +05:00
/examples/*.log
/examples/*.trs
2020-11-27 15:29:53 +05:00
/include/Makefile
/include/Makefile.in
2020-11-27 14:28:13 +05:00
/install-sh
/missing
2020-11-30 16:32:12 +05:00
/src/config.h
/src/config.h.in
/src/config.h.in~
/src/stamp-h1
2020-11-27 21:04:15 +05:00
/test-driver
/test-suite.log
/tests/test*.log
/tests/test*.trs
/examples/cmdline
2020-12-07 03:24:43 +05:00
/examples/printf
2020-12-07 05:27:42 +05:00
/examples/printf_va
2020-11-29 17:57:34 +05:00
/tests/multiboot2_print1
/tests/multiboot2_print2
2020-12-02 00:55:16 +05:00
/tests/test_cmdline
/tests/test_multiboot2_helpers
2020-11-29 02:24:50 +05:00
/tests/test_multiboot2_print
/tests/test_multiboot2_validation
2020-11-30 23:32:27 +05:00
/tests/test_pfa
2020-12-07 03:07:12 +05:00
/tests/test_printf
2020-11-30 05:25:30 +05:00
/tests/test_stdlib