[Tinyx-devel] [PATCH] BUILD: add .patch and .diff to .gitignore file.
Status: Planning
Brought to you by:
davidcohen
From: David C. <da...@gm...> - 2008-01-15 01:57:00
|
This patch adds .patch and .diff file types to not be tracked by git. Signed-off-by: David Cohen <da...@gm...> --- .gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 168d6bf..e56a517 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,8 @@ *.o *.elf *.hex + +# Patch files +*.patch +*.diff + -- 1.5.3.7 |