diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82e8664 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Non-shippable config artefacts +.deps/* +Makefile +aclocal.m4 +autom4te.cache/* +config.h +config.log +config.status +stamp-h1 + +# Build artefacts +*.o +iftop + +# Made with "make tags" for use in emacs +TAGS