diff options
author | Prarit Bhargava <prarit@redhat.com> | 2017-02-20 15:04:44 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-16 10:01:01 +0100 |
commit | e4ecd155d2a62246fc7722aeaa5819262904f40b (patch) | |
tree | 7fe8f871ccb759f0ad5f40920a4d02b4405fdecd /tools/usb | |
parent | usb: misc: remove unnecessary code (diff) | |
download | linux-e4ecd155d2a62246fc7722aeaa5819262904f40b.tar.xz linux-e4ecd155d2a62246fc7722aeaa5819262904f40b.zip |
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')
-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 |