diff options
author | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | 2017-09-06 11:37:58 +0530 |
---|---|---|
committer | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | 2017-09-13 11:43:46 +0530 |
commit | 54309f17f35169e9f4b617b98fec43f6ac6507e1 (patch) | |
tree | 9088992afd3a5760a80fb67f1251faa0a6ccb9f9 /.gitignore | |
parent | d20225fb9b79172979f9f3b92d12534f56d9dad7 (diff) | |
download | phosphor-user-manager-54309f17f35169e9f4b617b98fec43f6ac6507e1.tar.gz phosphor-user-manager-54309f17f35169e9f4b617b98fec43f6ac6507e1.zip |
Add gitignore file
Change-Id: I336078f5de8a16d3ffeef095c4067d652fea6512
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 47 |
1 files changed, 47 insertions, 0 deletions
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 |