]> xenbits.xensource.com Git - people/julieng/boot-wrapper-aarch64.git/commitdiff
gitignore: ignore build files
authorMark Rutland <mark.rutland@arm.com>
Mon, 11 Feb 2013 16:58:54 +0000 (16:58 +0000)
committerMark Rutland <mark.rutland@arm.com>
Wed, 5 Jun 2013 12:56:14 +0000 (13:56 +0100)
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>
.gitignore

index 20026d8a0048f5434f7cbde8c8f8007b617f090c..f63ca94897da1e0b07912d836db7363d4fafc289 100644 (file)
@@ -1,4 +1,8 @@
-linux-system.axf
+*.axf
+*.cpio.gz
+*.dts
+*.dtsi
+*.o
 Image
+dtc
 model.lds
-boot.o