summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 13:50:01 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-08 13:51:28 -0500
commit3aa931d594a38a26176abce7e809e535bfe9f668 (patch)
treef46f9cad55ccb2b6be7b4ff9dfeec33e8bb0602c
parent9f78224616a00da873f1ced6f14d77fc83d7fa32 (diff)
downloadphosphor-led-manager-3aa931d594a38a26176abce7e809e535bfe9f668.tar.gz
phosphor-led-manager-3aa931d594a38a26176abce7e809e535bfe9f668.zip
Add .gitignore
Took a .gitignore from another repo and added a few repo specific items. Change-Id: I221f6af5662828be73fa1bbab9b9aa8ae24f2085 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--.gitignore49
1 files changed, 49 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5594e05
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,49 @@
+# 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
+/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
+*.trs
+/config.h
+/config.h.in~
+*.log
+/config.status
+Makefile
+.deps
+*-libtool
+/test/utest
+phosphor-ledmanager
+led-gen.hpp
+fault-monitor/phosphor-fru-fault-monitor
OpenPOWER on IntegriCloud