linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
To: linux-i2c@vger.kernel.org
Cc: "Jean Delvare" <jdelvare@suse.de>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Wolfram Sang" <wsa+renesas@sang-engineering.com>
Subject: [PATCH v2] i2c-tools: add .gitignore
Date: Tue,  9 Aug 2016 22:54:59 +0200	[thread overview]
Message-ID: <1470776099-16278-1-git-send-email-wsa+renesas@sang-engineering.com> (raw)

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

             reply	other threads:[~2016-08-09 20:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-09 20:54 Wolfram Sang [this message]
2016-08-10  7:03 ` [PATCH v2] i2c-tools: add .gitignore Uwe Kleine-König
2016-08-12 18:34 ` Wolfram Sang

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=1470776099-16278-1-git-send-email-wsa+renesas@sang-engineering.com \
    --to=wsa+renesas@sang-engineering.com \
    --cc=jdelvare@suse.de \
    --cc=linux-i2c@vger.kernel.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /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).