From: H Hartley Sweeten Date: Tue, 14 Jul 2009 00:59:51 +0000 (-0400) Subject: .gitignore: add backup files X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b09d8a72d2efe07bf996406deff5ded22652046f;p=buildroot.git .gitignore: add backup files Add *.orig and *~ backup files to gitignore. Signed-off-by: H Hartley Sweeten Signed-off-by: Peter Korsgaard --- diff --git a/.gitignore b/.gitignore index e7117d31ff..93b53bb7a5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ /.config *.depend *.o +*.orig +*~