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] project: update gitignore for compiled files
Date: Tue, 16 Jul 2019 16:30:43 +0900	[thread overview]
Message-ID: <20190716073043.18765-1-yasufum.o@gmail.com> (raw)

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

Add entries in `.gitignore` for compiled files.

  * src/*/shared/
  * src/*/x86_64-native-linuxapp-gcc/
  * src/*/x86_64-native-linuxapp-icc/
  * src/*/i686-native-linuxapp-gcc/
  * src/*/i686-native-linuxapp-icc/

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

diff --git a/.gitignore b/.gitignore
index 34c2ea8..154c284 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,19 @@
 *.swp
 *.pyc
 *.log
+.spp_history
+
 bin/config.sh
-docs/guides/_build/*
-docs/guides/images/**/*.pdf
+
+src/*/shared/
+src/*/x86_64-native-linuxapp-gcc/
+src/*/x86_64-native-linuxapp-icc/
+src/*/i686-native-linuxapp-gcc/
+src/*/i686-native-linuxapp-icc/
+
 src/controller/3rd_party/*
+
 tools/sppc/build/*/*/env.sh
-.spp_history
+
+docs/guides/_build/*
+docs/guides/images/**/*.pdf
-- 
2.17.1


                 reply	other threads:[~2019-07-16  7:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20190716073043.18765-1-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).