[Tinyx-devel] [PATCH] BUILD: add tags/TAGS file + asm and asm-*/arch to gitignore.
Status: Planning
Brought to you by:
davidcohen
From: David C. <da...@gm...> - 2008-01-17 18:47:21
|
This patch adds tags/TAGS file + asm and asm-*/arch to not be tracked by git. Signed-off-by: David Cohen <da...@gm...> --- .gitignore | 4 ++++ include/.gitignore | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 include/.gitignore diff --git a/.gitignore b/.gitignore index e56a517..810f986 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,7 @@ *.patch *.diff +# tags file +tags +TAGS + diff --git a/include/.gitignore b/include/.gitignore new file mode 100644 index 0000000..0819ff5 --- /dev/null +++ b/include/.gitignore @@ -0,0 +1,4 @@ +# linked dirs +asm +asm-*/arch + -- 1.5.3.5 |