73 lines
977 B
Plaintext
73 lines
977 B
Plaintext
# editor / backup temp files
|
|
*~
|
|
*.bak
|
|
*.orig
|
|
*.rej
|
|
*.tmp
|
|
*.swp
|
|
*.swo
|
|
.#*
|
|
\#*#
|
|
|
|
# autoconf cache
|
|
/autom4te.cache/
|
|
|
|
# configure/build outputs
|
|
/config.cache
|
|
/config.log
|
|
/config.status
|
|
/config.h
|
|
/stamp-h1
|
|
/Makefile
|
|
/src/Makefile
|
|
/tools/Makefile
|
|
/ipxripd/Makefile
|
|
|
|
# gettext build outputs
|
|
/po/Makefile
|
|
/po/POTFILES
|
|
/po/*.gmo
|
|
/po/*.mo
|
|
/po/stamp-po
|
|
/po/stamp-poT
|
|
/po/*.insert-header
|
|
/po/*.new.po
|
|
/po/*.1po
|
|
/po/*.2po
|
|
/po/remove-potcdate.sed
|
|
|
|
# object files and dependency dirs
|
|
*.o
|
|
.deps/
|
|
.dirstamp
|
|
|
|
# built binaries
|
|
/src/ipx_configure
|
|
/src/ipx_interface
|
|
/src/ipx_internal_net
|
|
/src/ipx_route
|
|
/src/ipx_cmd
|
|
/tools/ipx_dump
|
|
/tools/ipx_parse
|
|
/ipxripd/ipxd
|
|
|
|
# release archives / distcheck dirs
|
|
/ipx-utils-*.tar.gz
|
|
/ipx-utils-*.tar.xz
|
|
/ipx-utils-*.tar.bz2
|
|
/ipx-utils-*.zip
|
|
/ipx-utils-*/
|
|
|
|
# generated config helper outputs
|
|
/conf/ipx
|
|
/conf/ipx.service
|
|
/conf/network-start.sh
|
|
/conf/network-stop.sh
|
|
|
|
# sample binaries
|
|
/samples/ipxrcv
|
|
/samples/ipxsend
|
|
/samples/rip
|
|
/samples/sap
|
|
/conf/ipxd.service
|