* [PATCH v2] i2c-tools: add .gitignore
@ 2016-08-09 20:54 Wolfram Sang
2016-08-10 7:03 ` Uwe Kleine-König
2016-08-12 18:34 ` Wolfram Sang
0 siblings, 2 replies; 3+ messages in thread
From: Wolfram Sang @ 2016-08-09 20:54 UTC (permalink / raw)
To: linux-i2c; +Cc: Jean Delvare, Uwe Kleine-König, Wolfram Sang
Don't display generated files, so 'git status' becomes useful again.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
.gitignore | 8 ++++++++
eeprog/.gitignore | 1 +
eepromer/.gitignore | 2 ++
tools/.gitignore | 4 ++++
4 files changed, 15 insertions(+)
create mode 100644 .gitignore
create mode 100644 eeprog/.gitignore
create mode 100644 eepromer/.gitignore
create mode 100644 tools/.gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0d86cb6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+.*
+*.o
+*.o.*
+*.a
+*.so
+*.so.*
+*.so.dbg
+*.ao
diff --git a/eeprog/.gitignore b/eeprog/.gitignore
new file mode 100644
index 0000000..916cb72
--- /dev/null
+++ b/eeprog/.gitignore
@@ -0,0 +1 @@
+/eeprog
diff --git a/eepromer/.gitignore b/eepromer/.gitignore
new file mode 100644
index 0000000..5f76592
--- /dev/null
+++ b/eepromer/.gitignore
@@ -0,0 +1,2 @@
+/eeprom
+/eepromer
diff --git a/tools/.gitignore b/tools/.gitignore
new file mode 100644
index 0000000..b029dd5
--- /dev/null
+++ b/tools/.gitignore
@@ -0,0 +1,4 @@
+/i2cdump
+/i2cset
+/i2cget
+/i2cdetect
--
2.8.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] i2c-tools: add .gitignore
2016-08-09 20:54 [PATCH v2] i2c-tools: add .gitignore Wolfram Sang
@ 2016-08-10 7:03 ` Uwe Kleine-König
2016-08-12 18:34 ` Wolfram Sang
1 sibling, 0 replies; 3+ messages in thread
From: Uwe Kleine-König @ 2016-08-10 7:03 UTC (permalink / raw)
To: Wolfram Sang; +Cc: linux-i2c, Jean Delvare
Hello,
On Tue, Aug 09, 2016 at 10:54:59PM +0200, Wolfram Sang wrote:
> Don't display generated files, so 'git status' becomes useful again.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Liebe Grüße
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] i2c-tools: add .gitignore
2016-08-09 20:54 [PATCH v2] i2c-tools: add .gitignore Wolfram Sang
2016-08-10 7:03 ` Uwe Kleine-König
@ 2016-08-12 18:34 ` Wolfram Sang
1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2016-08-12 18:34 UTC (permalink / raw)
To: Wolfram Sang; +Cc: linux-i2c, Jean Delvare, Uwe Kleine-König
[-- Attachment #1: Type: text/plain, Size: 243 bytes --]
On Tue, Aug 09, 2016 at 10:54:59PM +0200, Wolfram Sang wrote:
> Don't display generated files, so 'git status' becomes useful again.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Pushed to master and 3.1-branch.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-12 18:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-09 20:54 [PATCH v2] i2c-tools: add .gitignore Wolfram Sang
2016-08-10 7:03 ` Uwe Kleine-König
2016-08-12 18:34 ` Wolfram Sang
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).