Have git ignore patch files and backup files (file names ending with ~).

TEST=git status no longer displays these files

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Lee Leahy <leroy.p.le...@intel.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 821ed66..83790eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 Build/
 tags/
+*.patch
+*~
-- 
1.9.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to