1
0
Fork 0
mirror of https://github.com/tailix/loadwarka.git synced 2024-11-11 13:50:54 -05:00
loadwarka/.gitignore

55 lines
710 B
Text
Raw Normal View History

2022-01-16 04:22:12 -05:00
##########################
# Common generated files #
##########################
2022-01-16 02:37:34 -05:00
*.a
2022-01-26 15:19:39 -05:00
*.bin
2022-01-16 02:37:34 -05:00
*.c.d
2022-01-26 15:19:39 -05:00
*.img
2022-01-16 02:37:34 -05:00
*.o
2022-01-16 08:57:36 -05:00
2022-01-16 02:37:34 -05:00
.deps/
.dirstamp
2022-01-16 04:22:12 -05:00
############################
# Always generated in root #
############################
2022-01-16 02:37:34 -05:00
/aclocal.m4
/ar-lib
/autom4te.cache/
/autoscan.log
/compile
/config.guess
/config.h.in
/config.h.in~
/config.sub
/configure
/configure.ac~
/configure~
/depcomp
/install-sh
/missing
/test-driver
2022-01-16 04:22:12 -05:00
2022-01-16 04:23:18 -05:00
/Makefile.in
2022-01-16 04:22:12 -05:00
###########################################
# Only generated when configuring in root #
###########################################
/config.h
/config.log
/config.status
/stamp-h1
/test-suite.log
/Makefile
/testyboot
/examples/*.log
/examples/*.trs
/tests/test*.log
/tests/test*.trs