diff options
| author | Masahiro Yamada <[email protected]> | 2014-06-12 14:37:35 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-06-19 11:18:54 -0400 |
| commit | 0ffc986ac8c7c61e27f601149bef8371882061b3 (patch) | |
| tree | 645775be2b922c3e4f7de50da532caa409f3f9af | |
| parent | d018028055a21a28adef16b7f95422c426b46d60 (diff) | |
.gitignore: drop include/asm/proc from ignore pattern
Commit 7d89982b stopped creating symbolic link
arch/${arch}/include/asm/proc.
arch/.gitignore should be updated.
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Vasili Galka <[email protected]>
| -rw-r--r-- | arch/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/.gitignore b/arch/.gitignore index a1fbe01d57d..2714b86ff30 100644 --- a/arch/.gitignore +++ b/arch/.gitignore @@ -1,2 +1 @@ /*/include/asm/arch -/*/include/asm/proc |
