Created .gitignore to exclude non-shippable config/build artefacts

This commit is contained in:
2020-09-07 23:47:35 +01:00
parent 77901c8c53
commit 5ad561cda3

16
.gitignore vendored Normal file
View File

@@ -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