summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 16:56:01 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-08 16:56:25 -0500
commit0c5a8d0eaeb7dd7c8372d40f1df1d82ee7386f04 (patch)
tree76d4be3d8db598d92955ced8f38eece25b814c25
parentb223b6673540b9f7af44ae65e165216f0dc5d733 (diff)
downloadphosphor-debug-collector-0c5a8d0eaeb7dd7c8372d40f1df1d82ee7386f04.tar.gz
phosphor-debug-collector-0c5a8d0eaeb7dd7c8372d40f1df1d82ee7386f04.zip
Add .gitignore
Took a .gitignore from another repo and added a few repo specific items. Change-Id: I46c85976d8c89cb469d476357a412e9c06bb644e Signed-off-by: Gunnar Mills <gmills@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..ee96006
--- /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
+/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
+.dirstamp
+server.hpp
+server.cpp
+/phosphor-dump-manager
+/phosphor-dump-monitor
OpenPOWER on IntegriCloud