From 66f35e9d1ee15a274c01e4905f4297f31454ef75 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cl=C3=A9ment=20DAVID?= Date: Thu, 26 Aug 2010 16:32:27 +0200 Subject: [PATCH] Add a "workspace" directory to the .gitignore file. This will prevent the commit of eclipse base workspace. Change-Id: I7fb276f054297e206fbefb780a779b9e788c3961 --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9ed58f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +workspace/ -- 1.7.9.5