diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-09-11 18:47:24 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-09-21 23:02:46 +0200 |
commit | fc77086cf2976eaf73f5b9fe35a55293572428f2 (patch) | |
tree | 6d29026da8c039e425526d70c5ba8fe6304ddaa4 /.gitignore | |
parent | fc3d29761eb9a76fc860742bdd2ed0a001c5e537 (diff) | |
download | u-boot-imx-fc77086cf2976eaf73f5b9fe35a55293572428f2.zip u-boot-imx-fc77086cf2976eaf73f5b9fe35a55293572428f2.tar.gz u-boot-imx-fc77086cf2976eaf73f5b9fe35a55293572428f2.tar.bz2 |
ignore soc asm-offsets.s
Recent commit a4814a69d3bca6ee05f4bfc4 cleaned up generation of
asm-offsets.s for SoC dirs, but missed adding it to the ignore
list which makes it show up in `git status`.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ /include/generated/ /lib/asm-offsets.s +/arch/*/cpu/asm-offsets.s # stgit generated dirs patches-* |