diff options
author | Prarit Bhargava <prarit@redhat.com> | 2017-02-20 09:04:44 -0500 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2017-04-11 10:58:16 +0300 |
commit | b4b7e060bd4aaba45563b6c728002cb92e9af236 (patch) | |
tree | b947cec2aa63ca458c3cd9ba02851a1befc1a420 | |
parent | c8cd751060b149997b9de53a494fb1490ded72c5 (diff) |
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: Felipe Balbi <felipe.balbi@linux.intel.com>
-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 |