Hi All,

Thought I might throw this out there while I was working in Eclipse.  If we
are ignore the random crap introduced by Eclipse IDE, we were missing some
things in the .gitignore file.  This just adds those things.  They were
annoying me :).

-- 
// Dean Glazeski
From 862baefe7211e617b5dab9777cfb990ac1abe770 Mon Sep 17 00:00:00 2001
From: Dean Glazeski <dngl...@gmail.com>
Date: Wed, 30 Dec 2009 23:21:33 -0600
Subject: [PATCH] Remove some more Eclipse stuff from Git's eyes.

This adds the .settings folder and the .cproject file put down by Eclipse from
the eyes of Git.
---
 .gitignore |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9928129..5ec831e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,4 +68,5 @@ NOTES
 
 # Eclipse stuff
 .project
-
+.cproject
+.settings
-- 
1.6.5.2

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to