From 7da6e948c449635e8ea8269f0bb113d757b67d64 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Tue, 5 Apr 2016 22:51:00 -0600 Subject: [PATCH] Add .gitignore files This makes "git status" ignore some generated files that shouldn't be added. --- .gitignore | 1 + armstubs/.gitignore | 1 + usbboot/.gitignore | 1 + 3 files changed, 3 insertions(+) create mode 100644 .gitignore create mode 100644 armstubs/.gitignore create mode 100644 usbboot/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..a01ee289f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.*.swp diff --git a/armstubs/.gitignore b/armstubs/.gitignore new file mode 100644 index 000000000..a8a0dcec4 --- /dev/null +++ b/armstubs/.gitignore @@ -0,0 +1 @@ +*.bin diff --git a/usbboot/.gitignore b/usbboot/.gitignore new file mode 100644 index 000000000..7d4f0500d --- /dev/null +++ b/usbboot/.gitignore @@ -0,0 +1 @@ +rpiboot