From 7cef6d650c291de746b5948596fb3aab036c2775 Mon Sep 17 00:00:00 2001 From: Dean Glazeski 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. Signed-off-by: David Brownell --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9928129ea6..5ec831ed84 100644 --- a/.gitignore +++ b/.gitignore @@ -68,4 +68,5 @@ NOTES # Eclipse stuff .project - +.cproject +.settings -- 2.30.2