31 lines
805 B
Diff
31 lines
805 B
Diff
|
From 7dac152d5b47f5e505994026cbfec30dee1a0941 Mon Sep 17 00:00:00 2001
|
||
|
From: Eric DeVolder <eric.devolder@oracle.com>
|
||
|
Date: Fri, 10 Feb 2017 16:20:05 -0600
|
||
|
Subject: [PATCH 19/45] gitignore: add two generated files in purgatory
|
||
|
|
||
|
This patch adds the two generated files below to .gitignore.
|
||
|
|
||
|
purgatory/purgatory.map
|
||
|
purgatory/purgatory.ro.sym
|
||
|
|
||
|
Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
|
||
|
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
|
||
|
Signed-off-by: Simon Horman <horms@verge.net.au>
|
||
|
---
|
||
|
.gitignore | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/.gitignore b/.gitignore
|
||
|
index 81e03abcb0b8..1ab52d952d49 100644
|
||
|
--- a/.gitignore
|
||
|
+++ b/.gitignore
|
||
|
@@ -17,3 +17,5 @@
|
||
|
/configure
|
||
|
/include/config.h.in
|
||
|
/include/config.h
|
||
|
+/purgatory/purgatory.map
|
||
|
+/purgatory/purgatory.ro.sym
|
||
|
--
|
||
|
2.13.0
|
||
|
|