All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitignore: add .version as this is generated during a make
@ 2014-07-10 22:48 Jacob Keller
  2014-07-10 23:13 ` Jonathan Nieder
  0 siblings, 1 reply; 4+ messages in thread
From: Jacob Keller @ 2014-07-10 22:48 UTC (permalink / raw)
  To: git; +Cc: Jacob Keller

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index e0710ad5b294..098dcdfe1ea7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 /*.d
 /*.o
+/.version
 /hwstamp_ctl
 /phc2sys
 /pmc
-- 
2.0.1.475.g9b8d714

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

* Re: [PATCH] gitignore: add .version as this is generated during a make
  2014-07-10 22:48 [PATCH] gitignore: add .version as this is generated during a make Jacob Keller
@ 2014-07-10 23:13 ` Jonathan Nieder
  2014-07-10 23:19   ` Junio C Hamano
  2014-07-10 23:38   ` Keller, Jacob E
  0 siblings, 2 replies; 4+ messages in thread
From: Jonathan Nieder @ 2014-07-10 23:13 UTC (permalink / raw)
  To: Jacob Keller; +Cc: git

Hi,

Jacob Keller wrote:

> Subject: gitignore: add .version as this is generated during a make

What program generates that file?  When I build on a Debian machine, I
get

	$ make
	[...]
	    SUBDIR templates
	$ ls -la .version
	ls: cannot access .version: No such file or directory

Curious,
Jonathan

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

* Re: [PATCH] gitignore: add .version as this is generated during a make
  2014-07-10 23:13 ` Jonathan Nieder
@ 2014-07-10 23:19   ` Junio C Hamano
  2014-07-10 23:38   ` Keller, Jacob E
  1 sibling, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2014-07-10 23:19 UTC (permalink / raw)
  To: Jonathan Nieder; +Cc: Jacob Keller, git

Jonathan Nieder <jrnieder@gmail.com> writes:

> Jacob Keller wrote:
>
>> Subject: gitignore: add .version as this is generated during a make
>
> What program generates that file?  When I build on a Debian machine, I
> get
>
> 	$ make
> 	[...]
> 	    SUBDIR templates
> 	$ ls -la .version
> 	ls: cannot access .version: No such file or directory
>
> Curious,
> Jonathan

We add one for supporting a build from tarball, but I do not recall
writing nor paying attention to a dot-version.

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

* Re: [PATCH] gitignore: add .version as this is generated during a make
  2014-07-10 23:13 ` Jonathan Nieder
  2014-07-10 23:19   ` Junio C Hamano
@ 2014-07-10 23:38   ` Keller, Jacob E
  1 sibling, 0 replies; 4+ messages in thread
From: Keller, Jacob E @ 2014-07-10 23:38 UTC (permalink / raw)
  To: jrnieder; +Cc: git

On Thu, 2014-07-10 at 16:13 -0700, Jonathan Nieder wrote:
> Hi,
> 
> Jacob Keller wrote:
> 
> > Subject: gitignore: add .version as this is generated during a make
> 
> What program generates that file?  When I build on a Debian machine, I
> get
> 
> 	$ make
> 	[...]
> 	    SUBDIR templates
> 	$ ls -la .version
> 	ls: cannot access .version: No such file or directory
> 
> Curious,
> Jonathan

Sorry I accidentally set these two to the wrong mailing list. These were
meant for the LinuxPTP project. OOPS

Thanks,
Jake

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

end of thread, other threads:[~2014-07-10 23:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-10 22:48 [PATCH] gitignore: add .version as this is generated during a make Jacob Keller
2014-07-10 23:13 ` Jonathan Nieder
2014-07-10 23:19   ` Junio C Hamano
2014-07-10 23:38   ` Keller, Jacob E

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.