public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Add *~ to .gitignore
@ 2008-01-21 15:46 Niklaus Giger
  2008-01-21 15:54 ` Jon Loeliger
  2008-02-13 23:54 ` Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: Niklaus Giger @ 2008-01-21 15:46 UTC (permalink / raw)
  To: u-boot

One should never add a backup file ending in with ~ to the git repository.

Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index cda275e..37f2c1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
 *.orig
 *.a
 *.o
+*~
 
 #
 # Top-level generic files
-- 
1.5.2.5

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

end of thread, other threads:[~2008-02-13 23:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-21 15:46 [U-Boot-Users] [PATCH] Add *~ to .gitignore Niklaus Giger
2008-01-21 15:54 ` Jon Loeliger
2008-01-21 16:01   ` Jerry Van Baren
2008-02-13 23:54 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox