summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-06-02 15:45:46 +0530
committerVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-06-08 12:50:52 +0530
commitf00d0db8e4f022ed6c2ff2e3b7a4c19d56c8e9ab (patch)
treebcc8cb24e0f2df5fe573fd26968915701ad1185b /.gitignore
parent4d5ef3f92ecec91ca92deec1da2984917a4672bb (diff)
downloadphosphor-watchdog-f00d0db8e4f022ed6c2ff2e3b7a4c19d56c8e9ab.tar.gz
phosphor-watchdog-f00d0db8e4f022ed6c2ff2e3b7a4c19d56c8e9ab.zip
Add .gitignore file
Change-Id: Ibbfcdea72f7cd9dc061fc1f77526121e3c1f34fa Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore52
1 files changed, 52 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9640823
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,52 @@
+# 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-watchdog
+/Makefile
+/.deps
+/*-libtool
+/test/.deps
+/test/Makefile
+/xyz/openbmc_project/Watchdog/.deps/
+/xyz/openbmc_project/Watchdog/.dirstamp
+/xyz/openbmc_project/Watchdog/*.o
OpenPOWER on IntegriCloud