diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2017-01-18 12:46:06 -0600 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2017-02-10 09:38:08 -0600 |
| commit | edb04dc5f82dc6a6126898199bb44f74448cd18e (patch) | |
| tree | f74a7d6b55036a1cb0d1f27894070d37f91ee530 /.gitignore | |
| parent | 01a323b531bba89d05eb17e837116420fe51ca34 (diff) | |
| download | phosphor-bmc-code-mgmt-edb04dc5f82dc6a6126898199bb44f74448cd18e.tar.gz phosphor-bmc-code-mgmt-edb04dc5f82dc6a6126898199bb44f74448cd18e.zip | |
Add a .gitignore to phosphor-bmc-code-mgmt
This will ignore all the automake output files
Change-Id: Iaeb573dabd0366ebc8f16841af12136153924d4f
Signed-off-by: Gunnar Mills <gmills@us.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..7f0412d --- /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-version-software-manager +Makefile +.deps +*-libtool |

