unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 1/4] bindings/python: ignore build subdirectory.
@ 2013-06-02 13:39 david
  2013-06-02 13:39 ` [PATCH 2/4] emacs: update .gitignore david
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: david @ 2013-06-02 13:39 UTC (permalink / raw)
  To: notmuch; +Cc: David Bremner

From: David Bremner <bremner@debian.org>

Update .gitignore to make git status less noisy
---
 bindings/python/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bindings/python/.gitignore b/bindings/python/.gitignore
index 1fbea8a..da0732e 100644
--- a/bindings/python/.gitignore
+++ b/bindings/python/.gitignore
@@ -1,3 +1,4 @@
 *.py[co]
 /docs/build
 /docs/html
+build/
-- 
1.8.2.rc2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/4] emacs: update .gitignore
  2013-06-02 13:39 [PATCH 1/4] bindings/python: ignore build subdirectory david
@ 2013-06-02 13:39 ` david
  2013-06-02 13:39 ` [PATCH 3/4] bindings/go: ignore downloaded source from github.com david
  2013-06-02 13:39 ` [PATCH 4/4] debian: update .gitignore david
  2 siblings, 0 replies; 6+ messages in thread
From: david @ 2013-06-02 13:39 UTC (permalink / raw)
  To: notmuch; +Cc: David Bremner

From: David Bremner <bremner@debian.org>

Start a seperate .gitignore for emacs stuff, move .elc rule there.
---
 .gitignore       | 1 -
 emacs/.gitignore | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 emacs/.gitignore

diff --git a/.gitignore b/.gitignore
index d428290..ef4f074 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,5 +12,4 @@ libnotmuch*.dylib
 *.[ao]
 *~
 .*.swp
-*.elc
 releases
diff --git a/emacs/.gitignore b/emacs/.gitignore
new file mode 100644
index 0000000..5421301
--- /dev/null
+++ b/emacs/.gitignore
@@ -0,0 +1,2 @@
+.eldeps*
+*.elc
-- 
1.8.2.rc2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 3/4] bindings/go: ignore downloaded source from github.com
  2013-06-02 13:39 [PATCH 1/4] bindings/python: ignore build subdirectory david
  2013-06-02 13:39 ` [PATCH 2/4] emacs: update .gitignore david
@ 2013-06-02 13:39 ` david
       [not found]   ` <20130603095159.5206.66068@thinkbox.jade-hamburg.de>
  2013-06-02 13:39 ` [PATCH 4/4] debian: update .gitignore david
  2 siblings, 1 reply; 6+ messages in thread
From: david @ 2013-06-02 13:39 UTC (permalink / raw)
  To: notmuch; +Cc: David Bremner

From: David Bremner <bremner@debian.org>

Start a .gitignore for go bindings.
---
 bindings/go/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 bindings/go/.gitignore

diff --git a/bindings/go/.gitignore b/bindings/go/.gitignore
new file mode 100644
index 0000000..a2670c1
--- /dev/null
+++ b/bindings/go/.gitignore
@@ -0,0 +1 @@
+src/github.com/
-- 
1.8.2.rc2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 4/4] debian: update .gitignore
  2013-06-02 13:39 [PATCH 1/4] bindings/python: ignore build subdirectory david
  2013-06-02 13:39 ` [PATCH 2/4] emacs: update .gitignore david
  2013-06-02 13:39 ` [PATCH 3/4] bindings/go: ignore downloaded source from github.com david
@ 2013-06-02 13:39 ` david
  2013-06-03  0:05   ` David Bremner
  2 siblings, 1 reply; 6+ messages in thread
From: david @ 2013-06-02 13:39 UTC (permalink / raw)
  To: notmuch; +Cc: David Bremner

From: David Bremner <bremner@debian.org>

Several packages have been added or renamed, but their build detritus
not yet ignored.
---
 debian/.gitignore | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/.gitignore b/debian/.gitignore
index 9f09f22..31aa2bb 100644
--- a/debian/.gitignore
+++ b/debian/.gitignore
@@ -1,10 +1,12 @@
 tmp/
 libnotmuch-dev/
-libnotmuch2/
+libnotmuch*/
 notmuch-emacs/
-notmuch-vim/
 notmuch/
-python-notmuch/
+notmuch-mutt/
+notmuch-ruby/
+python*-notmuch/
 *.debhelper
 *.debhelper.log
 *.substvars
+files
-- 
1.8.2.rc2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 4/4] debian: update .gitignore
  2013-06-02 13:39 ` [PATCH 4/4] debian: update .gitignore david
@ 2013-06-03  0:05   ` David Bremner
  0 siblings, 0 replies; 6+ messages in thread
From: David Bremner @ 2013-06-03  0:05 UTC (permalink / raw)
  To: notmuch

david@tethera.net writes:

> From: David Bremner <bremner@debian.org>
>
> Several packages have been added or renamed, but their build detritus
> not yet ignored.

Pushed the non-bindings patches in the series. I'll wait for comment
from go/python people on the other two.

d

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 3/4] bindings/go: ignore downloaded source from github.com
       [not found]   ` <20130603095159.5206.66068@thinkbox.jade-hamburg.de>
@ 2013-06-03 11:14     ` David Bremner
  0 siblings, 0 replies; 6+ messages in thread
From: David Bremner @ 2013-06-03 11:14 UTC (permalink / raw)
  To: Justus Winter, notmuch

Justus Winter <4winter@informatik.uni-hamburg.de> writes:

> Quoting david@tethera.net (2013-06-02 15:39:46)
>> From: David Bremner <bremner@debian.org>
>> 
>> Start a .gitignore for go bindings.
>> ---
>>  bindings/go/.gitignore | 1 +
>>  1 file changed, 1 insertion(+)
>>  create mode 100644 bindings/go/.gitignore
>> 
>> diff --git a/bindings/go/.gitignore b/bindings/go/.gitignore
>> new file mode 100644
>> index 0000000..a2670c1
>> --- /dev/null
>> +++ b/bindings/go/.gitignore
>> @@ -0,0 +1 @@
>> +src/github.com/
>
> This looks fine too, but you might want to add bin/ and pkg/ while you
> are at it.
>

Done, and the remaining 2 patches pushed.

d

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-06-03 11:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-02 13:39 [PATCH 1/4] bindings/python: ignore build subdirectory david
2013-06-02 13:39 ` [PATCH 2/4] emacs: update .gitignore david
2013-06-02 13:39 ` [PATCH 3/4] bindings/go: ignore downloaded source from github.com david
     [not found]   ` <20130603095159.5206.66068@thinkbox.jade-hamburg.de>
2013-06-03 11:14     ` David Bremner
2013-06-02 13:39 ` [PATCH 4/4] debian: update .gitignore david
2013-06-03  0:05   ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

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 read-only IMAP folder(s) and NNTP newsgroup(s).