diff options
author | Prarit Bhargava <prarit@redhat.com> | 2017-02-20 09:04:44 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-16 18:01:01 +0900 |
commit | e4ecd155d2a62246fc7722aeaa5819262904f40b (patch) | |
tree | 7fe8f871ccb759f0ad5f40920a4d02b4405fdecd /tools/usb/.gitignore | |
parent | b7963dac6871563ee0139d9c7f00ae4405133bde (diff) | |
download | linux-e4ecd155d2a62246fc7722aeaa5819262904f40b.tar.bz2 |
tools/usb: Add .gitignore file
Add .gitignore file for untracked files in tools/usb.
Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/usb/.gitignore')
-rw-r--r-- | tools/usb/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/usb/.gitignore b/tools/usb/.gitignore new file mode 100644 index 000000000000..1b7448981435 --- /dev/null +++ b/tools/usb/.gitignore @@ -0,0 +1,2 @@ +ffs-test +testusb |