From 5ad561cda32b1e89a65833535686dd914ecea391 Mon Sep 17 00:00:00 2001 From: Mark Sheppard Date: Mon, 7 Sep 2020 23:47:35 +0100 Subject: [PATCH] Created .gitignore to exclude non-shippable config/build artefacts --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore 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