From: Wolfram Sang <wsa@the-dreams.de>
To: linux-i2c@vger.kernel.org
Cc: Jean Delvare <jdelvare@suse.de>, Wolfram Sang <wsa@the-dreams.de>
Subject: [PATCH] i2c-tools: add .gitignore
Date: Wed, 3 Aug 2016 10:55:47 +0200 [thread overview]
Message-ID: <1470214547-3113-1-git-send-email-wsa@the-dreams.de> (raw)
Don't display generated files, so 'git status' becomes useful again.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
.gitignore | 8 ++++++++
tools/.gitignore | 4 ++++
2 files changed, 12 insertions(+)
create mode 100644 .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/tools/.gitignore b/tools/.gitignore
new file mode 100644
index 0000000..18c268a
--- /dev/null
+++ b/tools/.gitignore
@@ -0,0 +1,4 @@
+i2cdump
+i2cset
+i2cget
+i2cdetect
--
2.8.1
next reply other threads:[~2016-08-03 11:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-03 8:55 Wolfram Sang [this message]
2016-08-03 10:02 ` [PATCH] i2c-tools: add .gitignore Jean Delvare
2016-08-09 20:47 ` Wolfram Sang
2016-08-03 15:22 ` Uwe Kleine-König
2016-08-09 20:42 ` 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=1470214547-3113-1-git-send-email-wsa@the-dreams.de \
--to=wsa@the-dreams.de \
--cc=jdelvare@suse.de \
--cc=linux-i2c@vger.kernel.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).