summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2017-04-13 17:09:33 +0800
committerPatrick Williams <patrick@stwcx.xyz>2017-05-24 04:59:19 +0000
commit2f1e1690cdf2f0d222d39a0622f78d757257cb4e (patch)
tree101b08019d1f4e36b48a3af79a5a9a53f8f99824
parent83e652c2a41f9b567ef3537bc0da7cce79ee7d61 (diff)
downloadphosphor-dbus-interfaces-2f1e1690cdf2f0d222d39a0622f78d757257cb4e.tar.gz
phosphor-dbus-interfaces-2f1e1690cdf2f0d222d39a0622f78d757257cb4e.zip
Add gitignore
Change-Id: I05dd01e1cd7eb4bd75f50f88036f56df7fb09b09 Signed-off-by: Lei YU <mine260309@gmail.com>
-rw-r--r--.gitignore54
1 files changed, 54 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d270d59
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,54 @@
+# 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
+Makefile.interfaces
+Makefile.yaml
+*.pc
+.deps
+*.o
+*.la
+*.lo
+*.log
+/config.h
+/config.h.in~
+/config.status
+Makefile
+*-libtool
+.libs
+*.hpp
+*.cpp
OpenPOWER on IntegriCloud