diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-04-27 18:15:34 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-05-06 22:17:30 (GMT) |
commit | f745817e741e4251afbd9d5d7f04b2419f4aa9d9 (patch) | |
tree | a12363244474ceb2c3250a085a6963076c31f848 /arch/.gitignore | |
parent | d0179083a9c9e12c8c5400b107156c14c7da1222 (diff) | |
download | u-boot-fsl-qoriq-f745817e741e4251afbd9d5d7f04b2419f4aa9d9.tar.xz |
update include/asm/ gitignore after move
With the cpu include paths moved, the gitignore paths need updating.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Tested-by: Tom Rix <tom@bumblecow.com>
Diffstat (limited to 'arch/.gitignore')
-rw-r--r-- | arch/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/.gitignore b/arch/.gitignore new file mode 100644 index 0000000..a1fbe01 --- /dev/null +++ b/arch/.gitignore @@ -0,0 +1,2 @@ +/*/include/asm/arch +/*/include/asm/proc |