summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 17:00:02 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-08 17:00:12 -0500
commit7caf4dcc47c665e214f9204da9ad161c41d3a183 (patch)
treef810b043d7d694ed4f3aae967ebec0472d238d79
parent081b5a90bb255605a184b0de9583a4012b74e6d8 (diff)
downloadphosphor-led-sysfs-7caf4dcc47c665e214f9204da9ad161c41d3a183.tar.gz
phosphor-led-sysfs-7caf4dcc47c665e214f9204da9ad161c41d3a183.zip
Add .gitignore
Took a .gitignore from another repo and added a few repo specific items. Change-Id: I42e71250ec714181d09a4449695d2905ce456203 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--.gitignore46
1 files changed, 46 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8102930
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,46 @@
+# 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
+/phosphor-ledcontroller
OpenPOWER on IntegriCloud