summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 13:56:36 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-09 20:52:28 +0000
commit2618667b3d4aec0da4c17a67f744544c832219eb (patch)
treeedc18212aa865bb9321b881be1f793a2774bcd38 /.gitignore
parent69f4ab95fa066172c31eeb5c17975eeeda01d437 (diff)
downloadphosphor-bmc-code-mgmt-2618667b3d4aec0da4c17a67f744544c832219eb.tar.gz
phosphor-bmc-code-mgmt-2618667b3d4aec0da4c17a67f744544c832219eb.zip
gitignore: Add generated error and server files
Had to add .dirstamp to get the YAML build dirs to disappear. Change-Id: Id636f13e89701ee9f94d89fd36e4f2c31f714f51 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6bffc32..3e65050 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ Makefile.in
/py-compile
/test-driver
/ylwrap
+.dirstamp
# http://www.gnu.org/software/autoconf
@@ -43,6 +44,10 @@ Makefile.in
/phosphor-version-software-manager
/phosphor-download-manager
/phosphor-image-updater
+server.hpp
+server.cpp
+error.hpp
+error.cpp
Makefile
.deps
/test/utest
OpenPOWER on IntegriCloud