net-tools/.gitignore
lohhiiccc 526b452827 build!: replace custom build system with Autotools
BREAKING CHANGE: build now requires ./autogen.sh before ./configure.
2026-03-29 15:33:45 +02:00

32 lines
346 B
Text

ft_ping
*.o
*.d
*~
*.swp
*.swo
*.bak
*.log
.cache/
compile_commands.json
includes/version_gen.h
tests/ft_ping_test
tests/ft_ping_test.trs
# Automake build artifacts
**/.dirstamp
# Autotools generated files
/aclocal.m4
/configure
/build-aux/
/m4/*.m4
Makefile
Makefile.in
config.status
config.log
libtool
stamp-h1
.deps/
.libs/
autom4te.cache/