all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] build: Add build-aux/ar-lib to .gitignore.
@ 2017-02-08 20:12 Clément Lassieur
  2017-02-10 12:27 ` David Craven
  2017-02-10 12:51 ` Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Clément Lassieur @ 2017-02-08 20:12 UTC (permalink / raw)
  To: guix-devel

* .gitignore: Add entry for the above file which is created by './bootstrap'.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index c64326e60..0897c95f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@
 /INSTALL
 /aclocal.m4
 /autom4te.cache
+/build-aux/ar-lib
 /build-aux/compile
 /build-aux/config.guess
 /build-aux/config.rpath
-- 
2.11.0

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

* Re: [PATCH] build: Add build-aux/ar-lib to .gitignore.
  2017-02-08 20:12 [PATCH] build: Add build-aux/ar-lib to .gitignore Clément Lassieur
@ 2017-02-10 12:27 ` David Craven
  2017-02-10 12:51 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: David Craven @ 2017-02-10 12:27 UTC (permalink / raw)
  To: Clément Lassieur; +Cc: guix-devel

LGTM

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

* Re: [PATCH] build: Add build-aux/ar-lib to .gitignore.
  2017-02-08 20:12 [PATCH] build: Add build-aux/ar-lib to .gitignore Clément Lassieur
  2017-02-10 12:27 ` David Craven
@ 2017-02-10 12:51 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2017-02-10 12:51 UTC (permalink / raw)
  To: Clément Lassieur; +Cc: guix-devel

Clément Lassieur <clement@lassieur.org> skribis:

> * .gitignore: Add entry for the above file which is created by './bootstrap'.

Applied, thanks!

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

end of thread, other threads:[~2017-02-10 12:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-08 20:12 [PATCH] build: Add build-aux/ar-lib to .gitignore Clément Lassieur
2017-02-10 12:27 ` David Craven
2017-02-10 12:51 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.