From 54309f17f35169e9f4b617b98fec43f6ac6507e1 Mon Sep 17 00:00:00 2001 From: Vishwanatha Subbanna Date: Wed, 6 Sep 2017 11:37:58 +0530 Subject: Add gitignore file Change-Id: I336078f5de8a16d3ffeef095c4067d652fea6512 Signed-off-by: Vishwanatha Subbanna --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..075e76a --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +# Template from +# https://github.com/github/gitignore/blob/master/Autotools.gitignore + +# http://www.gnu.org/software/automake + +Makefile.in +/ar-lib +/mdate-sh +/py-compile +/test-driver +/ylwrap + +# http://www.gnu.org/software/autoconf + +/autom4te.cache +/autoscan.log +/autoscan-*.log +/aclocal.m4 +/compile +/config.guess +/config.h.in +/config.sub +/configure +/configure.scan +/depcomp +/install-sh +/missing +/stamp-h1 + +# https://www.gnu.org/software/libtool/ + +/ltmain.sh + +# http://www.gnu.org/software/texinfo + +/texinfo.tex + +# Repo specific items +*.o +/config.h +/config.h.in~ +/config.log +/config.status +/phosphor-user-manager +Makefile +.deps +/*-libtool -- cgit v1.2.1