summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 9 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 6c72e31..02849ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,17 +36,21 @@ Makefile.in
/texinfo.tex
# Repo Specific Items
-/*.o
+*.o
+*.la
+*.lo
+*.log
/config.h
/config.h.in~
-/config.log
/config.status
Makefile
.deps
*-libtool
-/org/open_power/OCC/PassThrough/
+.libs
+/occ_sensor.hpp
+/org/open_power/OCC/Device/
/openpower-occ-control
+
+# UT related items
/test/utest
-/test/utest-utest.o
-/test/*.log
/test/*.trs
OpenPOWER on IntegriCloud