Soft Patch Panel
 help / color / mirror / Atom feed
From: yasufum.o@gmail.com
To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com
Subject: [spp] [PATCH 2/2] project: add gitignore entries for vhost PMD
Date: Fri, 17 Jan 2020 18:02:43 +0900	[thread overview]
Message-ID: <20200117090243.43456-3-yasufum.o@gmail.com> (raw)
In-Reply-To: <20200117090243.43456-1-yasufum.o@gmail.com>

From: Yasufumi Ogawa <yasufum.o@gmail.com>

As dedicated vhost PMD is added, this update is to add files generated
while compiling.

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
---
 .gitignore | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.gitignore b/.gitignore
index 154c284..e67c72f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,17 @@ src/*/x86_64-native-linuxapp-icc/
 src/*/i686-native-linuxapp-gcc/
 src/*/i686-native-linuxapp-icc/
 
+src/drivers/*/*.a
+src/drivers/*/*.o
+src/drivers/*/.*.o.d
+src/drivers/*/.*.a.cmd
+src/drivers/*/.*.o.cmd
+src/drivers/*/*.o.pmd.c
+src/drivers/*/*.o.pmd.o
+src/drivers/*/_postbuild
+src/drivers/*/_postinstall
+src/drivers/*/x86_64-native-linuxapp-gcc/
+
 src/controller/3rd_party/*
 
 tools/sppc/build/*/*/env.sh
-- 
2.17.1


  parent reply	other threads:[~2020-01-17  9:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-17  9:02 [spp] [PATCH 0/2] Update makefile and gitignore yasufum.o
2020-01-17  9:02 ` [spp] [PATCH 1/2] makefile: update dist-clean task yasufum.o
2020-01-17  9:02 ` yasufum.o [this message]
2020-01-21  7:36 ` [spp] [PATCH v2 0/2] Update makefile and gitignore Yasufumi Ogawa
2020-01-21  7:36   ` [spp] [PATCH v2 1/2] makefile: update dist-clean task Yasufumi Ogawa
2020-01-21  7:36   ` [spp] [PATCH v2 2/2] project: add gitignore entries for vhost PMD Yasufumi Ogawa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200117090243.43456-3-yasufum.o@gmail.com \
    --to=yasufum.o@gmail.com \
    --cc=ferruh.yigit@intel.com \
    --cc=spp@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).