summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-01-18 12:46:06 -0600
committerGunnar Mills <gmills@us.ibm.com>2017-02-10 09:38:08 -0600
commitedb04dc5f82dc6a6126898199bb44f74448cd18e (patch)
treef74a7d6b55036a1cb0d1f27894070d37f91ee530 /.gitignore
parent01a323b531bba89d05eb17e837116420fe51ca34 (diff)
downloadphosphor-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--.gitignore47
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
OpenPOWER on IntegriCloud