diff options
author | Cyril Bur <cyril.bur@au1.ibm.com> | 2017-07-28 16:46:23 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-08-01 13:57:12 +1000 |
commit | 523c6ed0f8aaca23cc733e26ff8445ce9bd2b7a9 (patch) | |
tree | cbcff45fa76116f6ae36aed76663f256fdf4e353 | |
parent | b23dd180393a99cb6e73e46b93070480f424dd1c (diff) | |
download | talos-skiboot-523c6ed0f8aaca23cc733e26ff8445ce9bd2b7a9.tar.gz talos-skiboot-523c6ed0f8aaca23cc733e26ff8445ce9bd2b7a9.zip |
external/ffspart: Add .gitignore
Signed-off-by: Cyril Bur <cyril.bur@au1.ibm.com>
Reviewed-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | external/ffspart/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/external/ffspart/.gitignore b/external/ffspart/.gitignore new file mode 100644 index 00000000..ed76f20a --- /dev/null +++ b/external/ffspart/.gitignore @@ -0,0 +1,7 @@ +ccan +common +ffspart +libflash +make_version.sh +test/test.sh + |