git.vger.kernel.org archive mirror
 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

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 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).