[Tinyx-devel] [PATCH] BUILD: adding .gitignore to avoid compiled objects being tracked by git.
Status: Planning
Brought to you by:
davidcohen
|
From: David C. <da...@gm...> - 2008-01-11 03:17:06
|
This patch allow to define classes of files to not be tracked by git. Signed-off-by: David Cohen <da...@gm...> --- .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..168d6bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Compiled objects +*.o +*.elf +*.hex -- 1.5.3.7 |