Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH] project: update gitignore for compiled files
@ 2019-07-16  7:30 yasufum.o
  0 siblings, 0 replies; only message in thread
From: yasufum.o @ 2019-07-16  7:30 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-16  7:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-16  7:30 [spp] [PATCH] project: update gitignore for compiled files yasufum.o

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).