summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2017-03-21 11:35:30 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-04-07 17:37:08 +0000
commit36cde98d12b0986b73e71ec09720b63f878187b2 (patch)
treed9cce6bb30a26b99a4d7ba59f64e3df7f14f33f9
parentaf6cc284046a932881e0625721391390e2ae07dc (diff)
downloadphosphor-host-ipmid-36cde98d12b0986b73e71ec09720b63f878187b2.tar.gz
phosphor-host-ipmid-36cde98d12b0986b73e71ec09720b63f878187b2.zip
Added gitignore for phosphor-host-ipmi repo
Change-Id: I86fc1cc21442a5675148fcb0aff34c8034af624a Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
-rw-r--r--.gitignore50
1 files changed, 50 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..857bfd4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,50 @@
+# 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
+Makefile
+.deps
+/lib*
+/*-libtool
+/ipmid
+/ipmiwhitelist.cpp
+/sensor-gen.cpp
OpenPOWER on IntegriCloud