lkml.org 
[lkml]   [2010]   [Feb]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] git ignore *.builtin generated file
Date
This patch makes git ignore any *.builtin file (best patch of the year)

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 946c7ec..2db1c56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@
*.lzma
*.patch
*.gcno
+*.builtin

#
# Top-level generic files
--
1.6.6


\
 
 \ /
  Last update: 2010-02-19 13:35    [W:0.046 / U:0.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site