1
0
Fork 0
mirror of https://github.com/tailix/drivers.git synced 2024-11-20 11:06:32 -05:00
drivers/.gitignore

63 lines
750 B
Text
Raw Permalink Normal View History

2022-12-25 01:25:00 -05:00
/build/*
!/build/.keep
2022-12-03 10:00:13 -05:00
##########################
# Common generated files #
##########################
*.a
*.c.d
*.la
*.lo
*.o
.deps/
.dirstamp
.libs/
############################
# Always generated in root #
############################
/INSTALL
/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
/ltmain.sh
/missing
/test-driver
/m4/*
!/m4/.keep
# Custom
/Makefile.in
/include/Makefile.in
###########################################
# Only generated when configuring in root #
###########################################
/config.h
/config.log
/config.status
/libtool
/stamp-h1
# Custom
/Makefile
/include/Makefile