aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2016-04-15 17:06:26 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-04-18 13:32:21 -0700
commit7478d2da61879f0f6a24b9ad9583810451f31801 (patch)
tree8da26686af704c66c264cb61ccdeb1a226d38afd /external
parent41a064ecb742383a15b9daac5b5dde1ba76e1460 (diff)
downloadskiboot-7478d2da61879f0f6a24b9ad9583810451f31801.zip
skiboot-7478d2da61879f0f6a24b9ad9583810451f31801.tar.gz
skiboot-7478d2da61879f0f6a24b9ad9583810451f31801.tar.bz2
external: Update gitignore for building opal-prd
Building opal-prd currently leaves the git tree dirty. This fixes it. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external')
-rw-r--r--external/common/.gitignore3
-rw-r--r--external/opal-prd/.gitignore1
2 files changed, 4 insertions, 0 deletions
diff --git a/external/common/.gitignore b/external/common/.gitignore
new file mode 100644
index 0000000..3535d97
--- /dev/null
+++ b/external/common/.gitignore
@@ -0,0 +1,3 @@
+ast-sf-ctrl.c
+ast.h
+io.h \ No newline at end of file
diff --git a/external/opal-prd/.gitignore b/external/opal-prd/.gitignore
index 5b6d97a..d98511f 100644
--- a/external/opal-prd/.gitignore
+++ b/external/opal-prd/.gitignore
@@ -2,3 +2,4 @@ opal-prd
/ccan
/libflash
/test/test_pnor
+common \ No newline at end of file