summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2017-06-20 15:46:15 -0500
committerAndrew Geissler <andrewg@us.ibm.com>2017-07-06 12:59:17 -0500
commit805e04bf2a291d1cfd87b88eebd0a77ee1c08de0 (patch)
tree763e540514c08e37feeedd12eca0f44f93fa087d /.gitignore
parent32e84e98efd51509aa18ab2f3538bcbc6689bb0d (diff)
downloadopenpower-occ-control-805e04bf2a291d1cfd87b88eebd0a77ee1c08de0.tar.gz
openpower-occ-control-805e04bf2a291d1cfd87b88eebd0a77ee1c08de0.zip
Add .gitignore for openpower-occ-control repo
Change-Id: I0637558da8f984af7628fcb44c6d1a2eb6bce4de Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore48
1 files changed, 48 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ea5e824
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,48 @@
+# 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/
+/libtool
+/ltmain.sh
+
+# http://www.gnu.org/software/texinfo
+
+/texinfo.tex
+
+# Repo Specific Items
+/*.o
+/config.h
+/config.h.in~
+/config.log
+/config.status
+Makefile
+.deps
+*-libtool
+/org/open_power/OCC/PassThrough/
+/openpower-occ-control
OpenPOWER on IntegriCloud