grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 1/6] gitignore: Ignore *.orig, *.rej and *.swp files


From: Daniel Kiper
Subject: [PATCH v2 1/6] gitignore: Ignore *.orig, *.rej and *.swp files
Date: Mon, 20 Jul 2015 16:35:49 +0200

Signed-off-by: Daniel Kiper <address@hidden>
---
 .gitignore |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 18ab8e8..6d25d39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -147,6 +147,7 @@ mod-*.c
 missing
 netboot_test
 *.o
+*.orig
 *.a
 ohci_test
 partmap_test
@@ -160,9 +161,11 @@ po/stamp-po
 printf_test
 priority_queue_unit_test
 pseries_test
+*.rej
 stamp-h
 stamp-h1
 stamp-h.in
+*.swp
 symlist.c
 symlist.h
 trigtables.c
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]