aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Rutland <mark.rutland@arm.com>2013-02-11 16:58:54 +0000
committerMark Rutland <mark.rutland@arm.com>2013-06-05 13:56:14 +0100
commit2f47ab6e3650bd26223a5bb2352be839790bea4b (patch)
tree6ec541ef38f6d916b8d11f1f8577bb0d2b967f67
parent85c331041d99a56c17a3723afa5d378acd2c82d6 (diff)
downloadboot-wrapper-aarch64-2f47ab6e3650bd26223a5bb2352be839790bea4b.tar.gz
gitignore: ignore build files
Currently. we don't ignore several files produced during the build in the .gitignore, which can make the output of git status very noisy. Let's ignore all of the external dependencies we might add to the source directory (dtc, *.dts{i,}, *.cpio.gz), and all of the files we'll produce during the build (*.o, *.axf). Ignoring the general case of all of these files should produce less churn in .gitignore in future, and we can always add special exemptions if required. Signed-off-by: Mark Rutland <mark.rutland@arm.com>
-rw-r--r--.gitignore8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 20026d8..f63ca94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,8 @@
-linux-system.axf
+*.axf
+*.cpio.gz
+*.dts
+*.dtsi
+*.o
Image
+dtc
model.lds
-boot.o